SUBSHOT: program in CASIO BASIC
by sonone, May 3, 2022, 8:49 PM
SUBSHOT: Submarine Sinking Game
This is one of my earlier games inspired when I was learning projectile motion in physics. The object of the game is simple: sink as many subs as you can in ten shots. Depending on where you shoot determines how much damage the sub takes. The game methodology is as follows:
I have attached two pictures of what the game looks like on the calculator, one is the initial screen and the other is after the first shot.
The code is rather lengthy and not appealing to type out right now. If the code is asked for I will endeavor to type it up ASAP.
This is one of my earlier games inspired when I was learning projectile motion in physics. The object of the game is simple: sink as many subs as you can in ten shots. Depending on where you shoot determines how much damage the sub takes. The game methodology is as follows:
- Draw board
- Position gun
- Fire gun and calculate hit
- Update stats
I have attached two pictures of what the game looks like on the calculator, one is the initial screen and the other is after the first shot.
The code is rather lengthy and not appealing to type out right now. If the code is asked for I will endeavor to type it up ASAP.