|
| 22 Mar 2014 11:21 AM |
So I want to make a game just like 2048
Here it is how it works :
You use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one There will only appear numbers like 2 and 4, your objective is to make one tile with the number 2048 and there are only 16 squares (4x4)
Example
[ ] [2] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [2] [ ] [ ] [ ] [ ] [ ] [ ]
Press the "down button"
[ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [4] [ ] [ ]
BUT I don't know how to script that, can someone help me, I can pay |
|
|
| Report Abuse |
|