/ts-snake

The realization of snake game with typescript

Primary LanguageTypeScript

ts-snake

The realization of snake game with typescript

Getting Start

// install the repo with npm
npm install

// run the app
npm run dev

// production
npm run build