Simple Target Practice game that uses standard velocity physics modeling.
Written using BASLOAD.
Video of the game (caution: might turn down audio volume for this one - it's that "authentic" mid-1980s BASIC audio style, no mercy )
NOTE: Few updates since the first initialv ersion...
- The first round will show more complete instructions on how to play. Then those clear off after subsequent rounds. Or just press ESCAPE to clear them.
- Improved gamepad support (START or SELECT to fire, and during the Y/N at end can also press START to jump into another round)
https://www.youtube.com/watch?v=BY_fV7zHulw
VELOCITY Target Practice
VELOCITY Target Practice
- Attachments
-
- VELOCITY.PRG
- (2.02 KiB) Downloaded 329 times
-
- VELOCITY.BAS
- (6.47 KiB) Downloaded 353 times
-
- velocity.png (59.53 KiB) Viewed 5539 times
Re: VELOCITY Target Practice
This should go in the Games Section.
Re: VELOCITY Target Practice
Honored to be considered game!!
I thought about it - I wanted to keep the code "short", to be used as a reference example on how to do a few things (use of JOY for gamepad polling, restoring screen mode on exit, using PSET, those kinds of things).
Since it didn't have a Score is why I ultimately leaned towards Tutorial instead (plus that I didn't have much yet for the on-hit animation, other than the burst of confetti).
I was thinking of a Score being based on the area under the curve of the projection motion. Meaning, you would get a higher score for trying to do high altitude arched shots instead of high velocity straight shots. (i.e. style over bluntness).
Maybe in higher rounds, the target could start moving.
Or a two player mode - and rather than taking turns, each player could try to hit the target first. Oh - actually, that gives me an idea for doing the X16's first 4-player game: imagine putting a turret at each four corner (for the two at the top, the gravity would "go up" instead of down). It would be interesting to see if this BASIC is fast enough to pull that off - plus the "threading" of processing the other players firing each independently would be a challenge. Hmmm! Anyone interested in such a thing?
I thought about it - I wanted to keep the code "short", to be used as a reference example on how to do a few things (use of JOY for gamepad polling, restoring screen mode on exit, using PSET, those kinds of things).
Since it didn't have a Score is why I ultimately leaned towards Tutorial instead (plus that I didn't have much yet for the on-hit animation, other than the burst of confetti).
I was thinking of a Score being based on the area under the curve of the projection motion. Meaning, you would get a higher score for trying to do high altitude arched shots instead of high velocity straight shots. (i.e. style over bluntness).
Maybe in higher rounds, the target could start moving.
Or a two player mode - and rather than taking turns, each player could try to hit the target first. Oh - actually, that gives me an idea for doing the X16's first 4-player game: imagine putting a turret at each four corner (for the two at the top, the gravity would "go up" instead of down). It would be interesting to see if this BASIC is fast enough to pull that off - plus the "threading" of processing the other players firing each independently would be a challenge. Hmmm! Anyone interested in such a thing?