Rick and Morty: Wubba Lubba Challenge
About
You can run the executable on Windows system, or run the source code with Qbasic IDE.
==============how_to_play================
When Rick's face pop up, just start typing
WUBBALUBBADUBDUB. Every letter typed in the
right order increase your score by 50 points.
Every wrong letter (in the wrong order or not present in
"wubbalubbadubdub") will make appear an Morty.
After 18 Morties, game over!
The game has no real ending meaning that you keep increasing
your score as long as you type the letters correctly.
*****WARNING!!!*****
DO NOT PRESS KEYS DURING THE LOGO AND INSTRUCTIONS SCREENS.
For some reason, the Qbasic inkey$ function is reading every
keystroke, even the ones made before the function is used.
*********************
M A D E W I T H Q B A S I C
No asm, not even subs! Pure, nasty GOTOs.
Read source code at your own risk!! :)
EXE compiled with QB64, should run fine on any Windows PC.
~~~ Chompicore