When you win you just have to reset the cart
More versions coming soon
Cool! The lose system isn't perfect, though- I still had possible moves, just no spaces left.
i know, unfortunately i am a little bit too stupid to figure it out lol
maybe in 1.2?
Hi @mikolaj. This is just the classic game of 2048.
You could check for any moves remaining quite simply by seeing if there is either a space (which I think you are checking) in addition to seeing if any single # is beside any other matching #. Here, let me code this ...
Change the 5x5 map in the MAPPER editor. Run the code. It will determine if a move is possible every time even if the board is filled.
Yea, sorry, unfortunately i can’t look at your code the same way you can’t look at mine
Edit: wait, no, i got it
[Please log in to post a comment]