Client-side snake game built by reversing the Linked List data structure. The UI of the game is built using React.
To run this project locally on your PC:
- Clone the project to your local machine
$ git clone https://github.com/doyedele1/snake-game.git
- Open up your command line interface (CLI) and navigate to the project directory.
$ cd my-project
- Run the following command to install dependencies. Ensure Node is installed on your computer first.
$ npm install
- Start the application server on "localhost:${PORT}" to play the game.
$ npm start
If you have any feedback or future collaboration, please reach out to me at demilade.oyedele@gmail.com