Hello everyone!
Welcome to Wormhole Snake Game, a cosmic twist on the classic snake experience! Navigate through teleporting wormholes, collect space energy, and survive the increasing speed while avoiding self-collisions in this interstellar arcade challenge.
Tech Stack used:
Website Link:
https://wormhole-snake-game.vercel.app/
Feel free to use this project, but please include credit. Thank you!
Here’s a simple guide to run this project.
Ensure that you have already installed:
Clone this repository:
git clone https://github.com/masabqurban/Wormhole-Snake-Game.git
Install all dependencies:
npm install
Run the project:
npm run dev
Open in browser: Access the application through the link displayed in your terminal.
To create a production-ready build:
Run the build command:
```bash npm run build
The build files will be saved in the .next folder. You can deploy this folder to your hosting server.
If you encounter issues while running the project, ensure that: