A few small JS games created to study Game Development Patterns back in 2015.
It contains the following games:
- Snake
- Breakout
- Pong
npm install
npm start
It will listen on port 4000
by default, it can be configured through the PORT
environmental variable too.
Besides running the project locally, you can also access the project's Heroku
deployment: Link