Skip to content

maikttt/ts-snake-game

Repository files navigation

Snake game (implementation in Typescript)


Few screenshots

New game New game New game

How to run?

  1. Download the source code and all the assets into a folder
  2. Open the index.html file on a browser
  3. Enjoy :)

Build game from source code

Your should have nodejs and npm on your computer. Go to /path/to/repository/Typescript and run:

npm i
npm run build

Follow steps from How to run? sections.

Your contributions are welcome

Run snake game in development mode:

npm i
npm run serve

To do

  • Add settings
    • Change snake speed
    • Select theme
    • Transparent walls

About

Snake game (typescript)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published