2014-03-22, 13:30
Hi,
in case you don't know 2048, its a small puzzle game which is very popular at the moment, you can play it e.g. here: http://gabrielecirulli.github.io/2048/
Be warned, it makes addicted
I created a XBMC Version of it and would be happy if some of you could test it, it is still not finished but the game logic is complete (except you can't win).
Here are the rules and controls:
- If tiles with same value overlap they join into one tile with double value
- goal is to get the 2048 tile (not implemented yet) but you will see your own highscore
- After any (successful) move a new random tile is spawn
- you loose when no moves are available
- Press up/down/right/left to move the tiles
- Press menu to exit
I implemented it as dialog so you can play while commercial breaks, listening to music and so on...
Later it will be possible to change the size and location of the dialog.
You can download version 0.0.2 here: http://goo.gl/v5zrH3
I don't want to have it public yet so I decided to post it here first to get some feedback - tell me if you don't like such threads here (team internal) and I will move or delete it.
regards,
sphere
in case you don't know 2048, its a small puzzle game which is very popular at the moment, you can play it e.g. here: http://gabrielecirulli.github.io/2048/
Be warned, it makes addicted
I created a XBMC Version of it and would be happy if some of you could test it, it is still not finished but the game logic is complete (except you can't win).
Here are the rules and controls:
- If tiles with same value overlap they join into one tile with double value
- goal is to get the 2048 tile (not implemented yet) but you will see your own highscore
- After any (successful) move a new random tile is spawn
- you loose when no moves are available
- Press up/down/right/left to move the tiles
- Press menu to exit
I implemented it as dialog so you can play while commercial breaks, listening to music and so on...
Later it will be possible to change the size and location of the dialog.
You can download version 0.0.2 here: http://goo.gl/v5zrH3
I don't want to have it public yet so I decided to post it here first to get some feedback - tell me if you don't like such threads here (team internal) and I will move or delete it.
regards,
sphere