eat the fish. Javascript game build with p5.js
- You can try out this game in it's current form (master branch) on this website: fish.jefwillems.xyz
These commands will download the source code of this project, and install it's dependencies.
$ git clone <this repository>
$ cd fish
$ npm install
$ npm run serve
Now check your terminal for a url on which the dev server is running.
$ npm run build
This will build the project and it's dependencies in the dist folder. You can point your webserver to this folder or copy over the files to your desired location.
- post scores to a firebase app
- create the about screen
- add bosses that shoot at you