pixelsnow / arkanoid_typescript

A simple browser game written in Typescript in 2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arkanoid

A simple HTML5 canvas game built with Typescript using object-oriented approach (January 2017).

Screenshot

How to run

  • cd into the project directory
  • run npm install to get all dependencies
  • run tsc to compile the app
  • Open index.html file with web browser of your choice

About

A simple browser game written in Typescript in 2017

License:MIT License


Languages

Language:TypeScript 95.9%Language:CSS 2.2%Language:HTML 1.8%Language:JavaScript 0.1%