Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 405 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 405 Bytes

Canvas Lib

About

This project is build with vanilla javascript, using classes to encapsulate logic for a canvas library.

I have then used this library to create a basic game as an example.

I have also used this as an experiment with emitting js modules with the typescript compiler.

A complete version of the 2-player pong game is in the root of the project.

Todos

  • complete snake game