Skip to content

ausmoons/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Snake 🐍

Our goal is to create a working snake game, by finishing Snake.ts & Grid.ts alongside with the tests.

Getting Ready

As always, open this folder in the Visual Studio Code and download all the dependencies by executing npm install

Executing Tests

Open terminal and execute command: npm test

Running Application

To launch game open terminal and execute command: npm start, there will url, most likely http://localhost:1234 so just open that in your browser.

Game Rules

  • snake can move
  • snake grows by three cells when apple is ate
  • on each level there are apples placed in random positions on the field
  • snake dies if it bumps into the wall or itself
  • no keypress for move is missed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors