HP Prime Simple Game (MOVEM) - Printable Version +- HP Forums (http://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: HP Prime Simple Game (MOVEM) (/thread-694.html) |
HP Prime Simple Game (MOVEM) - Eddie W. Shore - 02-16-2014 08:42 PM Objective: The objective is to collect dollar signs (coins) to unlock the boundary at the top of the screen to allow access to the goal. Trees block your progress. Avoid the purple foes at all times, one touch and it's over! One purple foe jumps around randomly while two fly horizontal. You are controlling the π character. Press the plus key to quickly exit the game. This comes in handy if the game ever becomes "unbeatable" (although I tried to knock out all the bugs). Program (I had 7 revisions of MOVEM so far): Note: if you are using the emulator, let d1:=1200 and d2:=200. ![]() Here are some links to my blog to see how MOVEM evolved: Part 1: http://edspi31415.blogspot.com/2014/02/hp-prime-programming-very-simple-game.html Part 2: http://edspi31415.blogspot.com/2014/02/hp-prime-programming-very-simple-game_9.html Part 3: http://edspi31415.blogspot.com/2014/02/hp-prime-programming-very-simple-game_3510.html Part 4: http://edspi31415.blogspot.com/2014/02/hp-prime-programming-very-simple-game_16.html Part 5: http://edspi31415.blogspot.com/2014/02/hp-prime-programming-very-simple-game_5395.html |