Here are some files for the Design a Game Class
- Game Maker
- Get the
Game Maker program
- Get a midi file for
your free backgroud music.
If you don't want to search, use the
Stairway to Heaven one I used
-
Balloon Game
-
tmrBalloon code that is
missing from the text book
-
balloons.frm
-
balloons.vbp
-
Tic Tac Toe, last in book
-
TicTacToe.vbp
-
TicTacToe.frm
- Missing Code:
Private Sub Form_Load()
'Initialize to X's turn
XTurn = True
CanClick = True
NumberClicks = 0
End Sub
-
-
Card Game, on page 9-23
-
Card.vbp
-
Card.frm
- Memory Game
- frmMemoryGame.frm
- MemoryGame.vbp
- QBasic Compiler
- qbasic.exe
- qbasic.ini
- qbasic.hlp
- QBasic Games and Other Programs
- How to use QB
- Gorilla
- Nibbles
- Still Bug --
the bugs demonstrate the doppler effect
- Slow Bug
- Fast Bug
- Graph a line --
demonstartes how to do a graph
- Sierpinski Triangles --
nifty fractal images
- A simple loop to use colors
- Hearing Test -- try at home where the
computer has sound
|