a space shooter game using the p5 libary
- nodeJs
- npm (comes with nodeJs)
- download this repository
- navigate into the repository folder
- run
npm install
- run
npm start
to start the server - navigate in your browser to
http://localhost:3000
- use the mouse to aim and shoot
- if you level 1 or higher you can move using
a, d
keys
- p5.js - Framework to render all the stuff
- p5.collide2D - Colision detection Libary
- express.js - Server framework to provide the game
- Markus Hölzle - Initial work - Maxwiese
Special Thanks:
This Project is developed in a school-project