LX.NET Posted August 5, 2012 Share Posted August 5, 2012 Hi Lynx fans, 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 Known issues: 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. I am very interested in any feedback, comments, remarks or questions that you have. 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 Make sure you extract the adventure.lnx file before opening the file in Handy (or your other favorite Lynx emulator) 4 Quote Link to comment Share on other sites More sharing options...
Atari_afternoon Posted August 5, 2012 Share Posted August 5, 2012 Wow - I know how I will spend this evening thanks! Quote Link to comment Share on other sites More sharing options...
Ninjabba Posted August 6, 2012 Share Posted August 6, 2012 Love the simple graphics! Im on holiday now but surely will try it out once im back home. Quote Link to comment Share on other sites More sharing options...
rygar Posted August 6, 2012 Share Posted August 6, 2012 Congratulations and thank you for this little game. I can not congratulate you for the graphics but otherwise I'm happy because there is a title screen a game and an end, this is not just a demo endless, I like. Now I will try again to find the bad guy I hope to have another game from you very quickly. Quote Link to comment Share on other sites More sharing options...
Atari_afternoon Posted August 6, 2012 Share Posted August 6, 2012 It runs fine on the Dingoo and GP2X-emulators. Can you please add at least some bleep sound effects as the VCS-Adventure has? I played for about 15 minutes last night but get lost all the time Quote Link to comment Share on other sites More sharing options...
GadgetUK Posted August 6, 2012 Share Posted August 6, 2012 Hehe, thx for posting this. The code makes interesting reading. Quote Link to comment Share on other sites More sharing options...
Felyx Posted August 13, 2012 Share Posted August 13, 2012 Thanks for sharing this with us That's always cool to see new games for the good old vintage Lynx Quote Link to comment Share on other sites More sharing options...
LX.NET Posted August 14, 2012 Author Share Posted August 14, 2012 Thanks for all the positive comments. To anyone who has tried the game, some questions: Who has noticed a bug in the game when you open the gate to the white castle and it shows some out of place white and gray blocks? I noticed this only playing on the real Lynx using the Flashcart, not when running in an emulator. Is anyone interested in a map, or walkthrough? Who wants to know how it was built/programmed? Any feedback is appreciated. 1 Quote Link to comment Share on other sites More sharing options...
Michael David Morsette Posted August 14, 2012 Share Posted August 14, 2012 So far I have only played in on an emulator; I haven't noticed any bugs. as far as a map or walkthrough, it is a fun game but I don't think it is big or complex enough to need a map or walkthrough. I'm not much into the programming side of things... yet, but I am always interested in how things work. If you share I'll read it Only other feed back would be that it would be fun if you started adding more complexity to the game, more fighting baddies or something, but it is already a nice little game. Quote Link to comment Share on other sites More sharing options...
108 Stars Posted August 16, 2012 Share Posted August 16, 2012 Maybe when my work on the current projects is done I can do some graphics for this. If it is easy to replace the blocks as LX.NET said that may be a cool thing. Quote Link to comment Share on other sites More sharing options...
Ninjabba Posted August 20, 2012 Share Posted August 20, 2012 (edited) I've played the game and congrats, its working like a charm! didn't notice any bugs. The engine you created could be very useful for creating a rogue-like rpg I been wanting for ages now on the Lynx cough*nethack*cough. Simple goal, some random maze generation & lots of enemies If you're considering to built upon this project, I would suggest to try and fit in music/sound fx first, and not like me try to do this painfully afterwards in the leftover bytes... Edited August 20, 2012 by Ninjabba Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted August 20, 2012 Share Posted August 20, 2012 Thanks for all the positive comments. To anyone who has tried the game, some questions: Who wants to know how it was built/programmed? Any feedback is appreciated. Are you kidding? I've just seen the screenshots and I want to know! Do tell!! Quote Link to comment Share on other sites More sharing options...
LX.NET Posted October 3, 2014 Author Share Posted October 3, 2014 Are you kidding? I've just seen the screenshots and I want to know! Do tell!! Maybe not quite what you were looking for, but some details of how the world is made in this blog post: https://atarilynxdeveloper.wordpress.com/2014/10/03/map-of-tiny-lynx-adventure/. Quote Link to comment Share on other sites More sharing options...
LX.NET Posted October 3, 2014 Author Share Posted October 3, 2014 as far as a map or walkthrough, it is a fun game but I don't think it is big or complex enough to need a map or walkthrough. For those who do like to see a map to help out, here is a cross-post of the map: Quote Link to comment Share on other sites More sharing options...
rygar Posted October 6, 2014 Share Posted October 6, 2014 The map is very very very small. Can you updat one more biger ? Quote Link to comment Share on other sites More sharing options...
LX.NET Posted October 6, 2014 Author Share Posted October 6, 2014 Does this help, rygar? 1 Quote Link to comment Share on other sites More sharing options...
rygar Posted October 6, 2014 Share Posted October 6, 2014 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.