0 Members and 1 Guest are viewing this topic.
You're a box, you can move right and left and you need to avoid the enemies falling from the sky.Falling Blocks is an addictive arcade game that will make you want to beat your highscore all the time.This game was coded in Lua for the TI-Nspire, requiring OS 3.0.1 to be ran.
The gameplay is very simple and probably needs no instructions, but here they are anwyay:Press [4] to move leftPress [6] to move rightUse the [ENTER] key to move around the different screensMove right and left to avoid being hit by the falling blocks.Some of the blocks will disappear, do not worry, that's what is supposed to happen.
I am a proud cynic.
Wow, looks great! May I suggest also adding arrow key support?
Very nice ! What about a little "human" sprite for the block you control ? (and Ice spikes for the ones falling ?)I can help you out on that if you dont know how to do it (but I doubt you need help )
Quote from: pianoman on August 01, 2011, 02:01:03 pmWow, looks great! May I suggest also adding arrow key support?I'm not adding arrow key support because these are hard to press, while 4/6 are easier. Thanks much for the idea, though
That's a really good point... I never thought of that.*Pianoman runs to go add that to Pacman
Looks nice, but why are there two score counters in the corner?
the highscore one being saved in a anti-cheating secured external variable ?
good
You can also let on.save return the highscore as a list. This will then be the parameter of on.restore next time the script gets opened Bullet-proof :p