A classic Snake Game built using Next.js, TypeScript, and Tailwind CSS. Relive the nostalgia of the classic game in a modern web environment!
Before you start, ensure you have the following installed:
- Node.js (v20 or newer recommended)
- npm (usually comes with Node.js)
Follow these steps to set up and run the project locally:
git clone https://github.com/pragusga25/snake-game.git
cd snake-game
Run the following command to install all necessary packages:
npm install
Start the development server with:
npm run dev
Once the server is running, open your browser and go to:
http://localhost:3000
You should see the Snake Game running locally!
- Next.js: React framework for server-side rendering and static site generation
- TypeScript: For static typing and better code quality
- Tailwind CSS: Utility-first CSS framework for styling
Feel free to fork the repository and submit pull requests if you'd like to contribute. Suggestions and improvements are always welcome!