QBASIC GAME : PCHECKERS ' PCheckers ver 1.1 'ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ--- ÄÄ Ä ' A checker game that learns from its mistakes. ' This beta is equip…
Read moreQBASIC GAME : THE HORDE DEFINT A-Z DECLARE SUB story () DECLARE SUB youdie () DECLARE SUB gprint (x%, y%, culler%, text$) DECLARE SUB setpal (reg%, RED%, GREEN%, BLUE%) DECLARE SUB drawy…
Read moreQBASIC GAME : HANGMAN 3 ' Note: When you win a game, you get a free turn on your next game if your ' first guess is wrong. ' DEFINT A-Z DECLARE SUB tletter (wletter$) DECLARE…
Read moreQBASIC GAME : THE WOODS DECLARE SUB Armory () DECLARE SUB FightMonster () DECLARE SUB Gameplay () DECLARE FUNCTION GetLevel% (e&) DECLARE SUB Healer () DECLARE SUB MakeEnemy (l%) DE…
Read moreQBASIC GAME : JEWEL DEFINT A-Z DECLARE FUNCTION RandomColor% () DECLARE SUB InitField () DECLARE SUB InitVars () DECLARE SUB InitScreen () DECLARE SUB RefreshScreen () DECLARE FUNCTION …
Read moreQBASIC GAME : ILLINOIS JOHNSON ' [LEFT] . . Move left ' [RIGHT] . Move right ' [UP] . . . Jump up in the direction you're facing, or ' move elevator upwards if on one, …
Read moreQBASIC GAME : CLASSIC BLOCKS PUZZLE DefInt A-Z Const WELLWIDTH = 10 Const WELLHEIGHT = 21 Const NUMSTYLES = 7 Const WINGAME = 1000000 Const NEXTLEVEL = 300 Const BASESCORE = 1000 …
Read more
Social Plugin