ayoisaiah / snake

Browser based snake game written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake

This is a browser-based snake game built with TypeScript. Here's a GIF of the game play:

Snake game

Build instructions

You need to have Node.js and yarn installed.

  • Clone the repository with git clone https://github.com/ayoisaiah/snake
  • cd into the snake directory and run yarn to install dependencies.
  • Run yarn start to compile the TypeScript code and open the game in your browser on port 8100.
  • Enjoy!

About

Browser based snake game written in TypeScript

License:MIT License


Languages

Language:TypeScript 77.2%Language:JavaScript 10.9%Language:CSS 8.6%Language:HTML 3.3%