# pacman-react **Repository Path**: jimjimmy/pacman-react ## Basic Information - **Project Name**: pacman-react - **Description**: No description available - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-01 - **Last Updated**: 2025-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pacman-react Is a game created as a showcase to understand how to use `react + typescript + hooks + react context`. The project was boilerplated with create-react-app. Play the game [here](https://mbfassnacht.github.io/pacman-react/)! [![pacman](https://github.com/mbfassnacht/assets/raw/master/images/pacman-react/react-pacman.png)](https://github.com/mbfassnacht/assets/raw/master/images/pacman-react/react-pacman.png) ## INSTALLATION DEPENDENCES ```javascript yarn install ``` ### USAGE The following commands are available in your project: ```bash # Start for development yarn start # Just build the dist version and copy static files yarn build # Run unit tests yarn test ```