mbfassnacht / pacman-react

Pacman game created with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

pacman

INSTALLATION DEPENDENCES

yarn install

USAGE

The following commands are available in your project:

# Start for development
yarn start

# Just build the dist version and copy static files
yarn build

# Run unit tests
yarn test

About

Pacman game created with react

License:MIT License


Languages

Language:TypeScript 91.1%Language:HTML 5.7%Language:CSS 3.2%