Snake Game

Client-side snake game built by reversing the Linked List data structure. The UI of the game is built using React.

Run Locally

To run this project locally on your PC:

  1. Clone the project to your local machine
  $ git clone https://github.com/doyedele1/snake-game.git
  1. Open up your command line interface (CLI) and navigate to the project directory.
  $ cd my-project
  1. Run the following command to install dependencies. Ensure Node is installed on your computer first.
  $ npm install
  1. Start the application server on "localhost:${PORT}" to play the game.
  $ npm start

Conclusion

If you have any feedback or future collaboration, please reach out to me at demilade.oyedele@gmail.com