Skip to content

๐Ÿ TypeScript Snake Game ๐ŸŽฎ A classic Snake game built with TypeScript.

Notifications You must be signed in to change notification settings

devangtomar/typescript-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ TypeScript Snake Game ๐ŸŽฎ

A classic Snake game built with TypeScript.

๐ŸŽฏ Objective

The objective of the game is to eat as many food pellets as possible without running into yourself or the wall.

๐Ÿ•น๏ธ How to Play

  • Use the arrow keys to move the snake: โ†‘ (up), โ†“ (down), โ† (left), โ†’ (right).
  • Eat the food pellets to grow longer.
  • Avoid running into the wall or the snake's own body.

๐Ÿš€ How to Run

To run the game locally, follow these steps:

  1. Clone the repository: git clone https://github.com/devangtomar/typescript-snake-game.git
  2. Navigate into the project directory: cd typescript-snake-game
  3. Install dependencies: npm install
  4. Build the project: npm run build
  5. Open index.html in your browser to start the game.

๐Ÿ› ๏ธ Technologies Used

  • TypeScript
  • HTML Canvas

๐ŸŽจ Customization

If you want to customize the game, you can modify the following files:

  • index.ts: Change the game loop or add new features.

๐Ÿค Contributing

Contributions are welcome! If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.

About

๐Ÿ TypeScript Snake Game ๐ŸŽฎ A classic Snake game built with TypeScript.

Topics

Resources

Stars

Watchers

Forks