Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogonzalezferrer committed Nov 26, 2022
1 parent 11bfc48 commit 0451028
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# Mars Rescue

Game created for the *Lost Cartridge Jam*: an annual game jam where game designers, writers, composers, programmers and other creatives from all over the world spend 72 hours creating a Lost Cartridge Game from scratch.
I am very pleased to announce that in just two days (relaxed, around 8 hours per day), I managed to make a complete game from scratch.

https://itch.io/jam/lostcartridgejam4
It’s super retro, and it was made for game jam 2022, with tech like it was 1989 :P

I hope you enjoy it a lot!

The source code is available, fully commented and easy to read, it can be used to learn, or study too!

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.

All comments are welcome, I hope you have a great week!

## Play online

Expand Down
1 change: 0 additions & 1 deletion mars22.bas
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ DECLARE SUB exitGame ()
' ------------------------------------------
' MARS RESCUE
' ------------------------------------------
' GAME FOR "LOST CARTRIDGE" JAM
' BY KRONOMAN - COPYRIGHT (C) 2022
' ------------------------------------------
' SOURCE CODE FOR QBASIC - MSDOS
Expand Down
1 change: 0 additions & 1 deletion mars22_win64.bas
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ DECLARE SUB exitGame ()
' ------------------------------------------
' MARS RESCUE
' ------------------------------------------
' GAME FOR "LOST CARTRIDGE" JAM
' BY KRONOMAN - COPYRIGHT (C) 2022
' ------------------------------------------
' SOURCE CODE FOR QBASIC - MSDOS
Expand Down

0 comments on commit 0451028

Please sign in to comment.