Future Snake is a modern take on the classic Snake game. This project aims to create an engaging and visually appealing version of Snake with additional features and gameplay elements.
index.html
: The main HTML file that structures the game's user interface.styles.css
: Contains the CSS styles for the game's appearance.game.js
: The main JavaScript file that implements the game logic.test.js
: Contains tests for the game's functionality.
To run the game locally:
- Clone this repository to your local machine.
- Open
index.html
in your web browser.
This project uses vanilla JavaScript, HTML, and CSS. No build steps are required to run the game.
To run tests:
npm test
Please read the game_design.md
file for information on the game's design and planned features. Contributions are welcome!
This project is licensed under the ISC License.