Skip to content

Recording my experiences with learning typescript

Notifications You must be signed in to change notification settings

atsuidesu/typescriptSnake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

typescriptSnake

Recording my experiences with learning typescript

version 1

After completeing https://www.udemy.com/course/understanding-typescript I tested myself by writing a version of snake without looking at any other implementations.

The first version uses a coordinate system of game squares and the snake moves by providing coordinate updates, which are rendered by the canvas bpard view on a game loop, this gives a jerky 8 bit feel to the game.

Version 2 will change this mechanism to create a smoother feel, I'm also going to use webpack and try and fit some generics in there somewhere!

About

Recording my experiences with learning typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • HTML 3.4%