Skip to content

nielsvanrijn/Design-Patterns-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek 🐍

My version of the classic game Snake.
Play the game!

Install instructions

  • Clone this repo
$ git clone https://github.com/nielsvanrijn/snek/
  • Navigate to the /Dist folder
  • Open the index.html
  • Have fun

UML

uml

Components

  • Static Utility Method /dev/util.ts
  • Singleton /dev/game.ts at line 134
  • Inheritance: Both /dev/snek.ts and /dev/food.ts are children of /dev/piece.ts

Releases

No releases published

Packages

No packages published