Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 477 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 477 Bytes

Tron game

Simple js game Tron based on CSS 3D transforms. Written on pure javascript and stylus.

game interface

Author

Oleksandr Antonyuk

Version

0.0.1

Installation

You need Gulp installed globally:

$ npm i -g gulp
$ git clone [git-repo-url] tron-game
$ cd tron-game
$ npm i -d
$ gulp build

And then just open tron-game/dist/index.html

License

ISC

Free Software, Hell Yeah!