Skip to content
forked from Jefwillems/fish

eat the fish. Javascript game build with p5.js

Notifications You must be signed in to change notification settings

debosmit-git/fish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

eat the fish. Javascript game build with p5.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 1.7%
  • CSS 0.5%