Release

Some math ...

2

G-9 2019-11-16 12:14 (Edited)

This is my first finished game ! it is now playable and he fully works !
This is also for @was8bit because this is with random number...
idea by @was8bit and all code are by me !
Good luck!

Some math ....nx | Open in app
2019-11-18 17:10
Some math ....nx | Open in app
2019-11-16 12:14

was8bit 2019-11-16 16:57 (Edited)

Good job, plays well, quite fun :)


G-9 2019-11-16 17:36

:)


was8bit 2019-11-19 01:39 (Edited)

Well done on updating :)

Very cool, nicely made... :)

One recomendation, if you test replay this game a few times you'll notice that ALWAYS has the same problems... starting with 77-36 everytime you start the game....

This is convenient if you want your random stuff to always repeat the same pattern, but in this game it is probably more desirable to have different starting numbers...

To accomplish this, add this to the top of your code (before you use RND)

RANDOMIZE TIMER

You will see it will then give differebt starting numbers each time you play the game :)


Log in to reply.