/fish-game

Made with p5.js. Eat as many fish as you can in under 1 minute.

Primary LanguageJavaScriptMIT LicenseMIT

Fish Game

Made with p5.js. Eat as many fish as you can in under 1 minute.

Live demo: https://ajmnz.github.io/fish-game

Installation

Clone this repository

git clone https://github.com/ajmnz/fish-game

Or download the zip file.

Usage

Run npm install to install all the dependencies.

Development

Run npm run start to start a Webpack development server, or run npm run dev to compile a development build.

Production

Run npm run build to compile a production build.