Simple Tetris clone made in HTML5 for my upper secondary school graduation project.
In order to install this project, you will need Node.js installed.
Use Terminal or CMD and run the following commands.
Go to the project folder
cd /path/to/this/project/
Install the build system (grunt, grunt-typescript and grunt-contrib-clean)
npm install
Run the build system to compile the TypeScript files
grunt
This is part of my graduation project for a technical/IT school programme. By building a simple Tetris clone in both HTML5 and Flash, I intend to research the pros and cons of the two major web game platforms. The scope of this assignment is 100 hours, but this game will be kept relatively simple as the primary intent is to research and compare certain criteria such as the performance and browser/device compatibility.
