Mars Rescue
Mars Rescue
Rescue the marooned crew of the first mars base
Control a spacecraft as it falls toward the surface of mars, using thrusters to slow the ship's descent and control its horizontal motion to reach a safe landing area.
Crashing into the surface at too high a velocity, or running out of fuel or oxygen all result in failure.
NOTE: the online version uses a MS-DOS emulator, the sound can be garbled. Please download the compiled version to your machine to hear it properly. I will fix this after the jam is over, I have a bugfix, just cant upload while the voting is on.
Retro game
Made in QBasic, source code available, and compiled for MS-DOS or Windows
Old school!
Source code available!
Wanna learn a easy way to make retro games? This source code is very easy to read, fully commented and compiles for Windows or MS-DOS with free tools! Give it a try!
It's interesting that the whole game is a single code file, there are no external resources or bloated libraries or anything like that.
I generate everything procedurally in the same code.
There are also some old-school tricks to make the graphics work, like flipping pages, and using few colors, among other details.
Timing for modern CPUs with old QBasic was also a challenge. I hope you enjoy it, send me comments!
Status | Released |
Platforms | HTML5, Windows |
Author | kronoman |
Genre | Simulation |
Tags | Arcade, Homebrew, lander, msdos, Pixel Art, Retro, Singleplayer |
Code license | MIT License |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Accessibility | Subtitles |
Download
Click download now to get access to the following files:
Development log
- ParticlesNov 26, 2022
- Game working! Give it a try!Nov 26, 2022
Comments
Log in with itch.io to leave a comment.
Love it. You should try to figure out your half notes, pauses, quarter notes for the music, so it flows better. Sounds like all quarter notes with no pauses or changes in note lengths. But great, fun little game.
Of course, I will continue working to improve the quality and music of my games.
I have planned to make a special piano to generate music for BASIC, I’m still in the design stage.
Thank you for your comment, I really appreciate it!
Fun game :)
I think you should make the fire coming out of the space ship based on the input, not the Y velocity, though.
Sure, you are right!
Already in the new version I added a particle system to simulate fire, based on your comment!
Please check it out.
Thank you very much for your comment, I really appreciate it! I hope you have a great day!