Understanding Gwbasic Jump
Exploring Gwbasic Jump reveals several interesting facts. Today we take a quick look at a simple platform game I made in my early teens. It was a milestone for me in a way as it was the ...
Key Takeaways about Gwbasic Jump
- Learn how to design great software in 7 steps: https://arjan.codes/designguide. My first programming experience was with
- I used to use windows 3.0 as a teenager, one day I asked myself if I could implement something like it myself. At the time
- This is the same program as BOUNCE.BAS with a single PSET call in the middle of the two PUT (one PUT erases, and the other ...
- This would be one of my first physics demos ever made. It is using Euler integration of course, but the main idea is that the system ...
- GWBASIC With Mouse - Real Or Fake ?
Detailed Analysis of Gwbasic Jump
A short First attempt to us bitmapped graphics (320x200 x 4-color) mode of CGA/Tandy to render 200 particles in an explosion. Today's game was made by Neil C. Obremski back in 2011, and took him only about a month to create. You play as a pilot trying ...
This is likely one of my first programs ever in
Stay tuned for more updates related to Gwbasic Jump.