This is the source for my Phaser3 Snake clone, written completely in JavaScript.
To build and run the project, you'll need to install the following prequisites:
To install the required packages, and build, run the following commands:
npm install
npm run build
To run the game, run the following command:
npm start
Feel free to create issues, or submit a PR. Run the npm run eslint --fix src command and fix warnings before submitting PRs.
MIT © Jason Shands