/fish

eat the fish. Javascript game build with p5.js

Primary LanguageJavaScript

Netlify Status

fish

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

How to install

These commands will download the source code of this project, and install it's dependencies.

$ git clone <this repository>
$ cd fish
$ npm install

How to run the development server

$ npm run serve

Now check your terminal for a url on which the dev server is running.

Build the project for production use

$ 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.

todo

  • post scores to a firebase app
  • create the about screen
  • add bosses that shoot at you