It is with pleasure, pride and enthusiasm that I present you a small game for the Atari Lynx: "Tiny Lynx Adventure" or just "Adventure".
The game is based on a sample called adventure.asm which you can find on the
www.6502asm.com website. (Simply select that file from the dropdown, press Compile, then Run and play with the WASD keys to move). I found that small sample so enjoyable to play, simple as it looks and works, that I chose it as my learning project.
So, this past Sunday I started work on it, armed with the knowledge that I showed in the tutorials that I wrote (I have more tutorial sample code written than blogs posted. I am a bit behind). Work progressed well and presto ...
The game has primitive graphics as you can easily see. However, the potential for the Lynx is so great. Single colored blocks can be replaced by better sprites and all of a sudden you have a fairly decent adventure game. Enough room for (easy) improvement. I can now see how Ninjabba built his RPG. For a programmer it should not be too hard to see what it takes.
Anyway, enough said.
The ROM file is attached as well as the source code (under the original GNU GPL Level 3 license since I used the game design (graphics, levels, story, not code) of Norman B. Lancaster who wrote the original game). I would have released the sources anyway, because I believe that it is a relatively "easy" program that is very educational.
Some features of the game:
- Random item placement. The world stays the same, but the items will spawn at random locations in the world
- Intro and outro screens
- Simple graphics
- The game can only be played once. You will need to turn your Lynx off and on (Flashcart or EEPROM burner owners) or reset Handy (F3 on Windows)
- No savegame feature
- The screen does not flash red when you loose from Evil Guy. Instead you get the Game Over screen.
Here are some simple instructions from the original source:
; Thank you for trying my game! You are Good Guy, and you are on a
; quest to defeat Bad Guy, the only other guy in this area of The
; World.
;
; You start in the forest. Somewhere within the forest are a pair of
; flippers, which will allow you to swim in the river. Somewhere along
; the banks of the river there is a key to the White Castle. Within the
; White Castle are a protective crown and a deadly weapon (it looks like
; a red star thingy). These two items are needed to defeat Evil Guy.
;
; Evil Guy lives in the Black Castle, which you can get to through the
; desert. Conveniantly enough, the key to the Black Castle is somewhere
; in the desert.
;
; Find Evil Guy in the Black Castle while wearing the crown and weapon
; and you win! If you lack either the crown or weapon, the screen will
; flash only red, and you will loose!
Enjoy.
Adventure1.0.zip 764.72K
129 downloadsMake sure you extract the adventure.lnx file before opening the file in Handy (or your other favorite Lynx emulator)














