Link: 2048
Game rule:
- use keyboard, the up/down/left/right keys
- pressing direction key will move all the pieces in that direction
- if one piece hit one of its own kind they add up and become one
- and a new piece appears every time pieces are moved
See how high you could get the scores up to 😀
Wrote with:
- layout and logic with CSS, CoffeeScript and JavaScript
- the CSS3DRenderer in Three.js