Project Fox Game

Complete Front-End Game Project Videos ▶️ 

Project Fox Game

Making a game together

Table of Contents

  1. Welcome

    1. Introduction
    2. The Project
  2. Frontend Infra

    1. Hello World
    2. Build Process
    3. Code Style
    4. Code Formatting
    5. Editor Setup
    6. Linting
    7. Testing
    8. Type Checking
  3. Architecture

    1. Organizing Your Code
    2. Init the Project
    3. State Machine
  4. The Game

    1. Some UI
    2. Interacting with the UI
    3. The States
    4. Transitioning Between States
    5. Pooping
    6. Death
  5. Conclusion

    1. Wrapping Up