bjbell52 Posted April 22, 2021 Share Posted April 22, 2021 I'm retired and needed something to keep my brain working so I decided to port a video game. One of the first Atari 800 games I bought was Apple Panic. I decided it would be a nice place to start. Never having written in Atari 7800Basic, it's a learning experience. I've received help from others who have posted on this forum and I probably will ask for help from time to time. The last game I wrote was back in 1981 - I wrote a volleyball game on the Atari 400 for Softside magazine. It probably was the first they published that used player/missile graphics entirely in basic. This is as far as I have gone with my Apple Panic game written in 7800Basic. 19 1 Quote Link to comment Share on other sites More sharing options...
Albert Posted April 22, 2021 Share Posted April 22, 2021 Very cool! Apple Panic of the earlier games I played on an Apple II, and later on the Atari 8-bit computers! Look forward to following your progress with this. Thanks for sharing! ..Al Quote Link to comment Share on other sites More sharing options...
Brian W. Posted April 22, 2021 Share Posted April 22, 2021 Brilliant, I know you can sort this out. I hope other people can pitch in to give you some help on this. Quote Link to comment Share on other sites More sharing options...
TrekMD Posted April 22, 2021 Share Posted April 22, 2021 That's awesome! Quote Link to comment Share on other sites More sharing options...
+Allan Posted April 23, 2021 Share Posted April 23, 2021 This game? http://www.atarimania.com/game-atari-400-800-xl-xe-volleyball_26.html Your Apple Panic game looks great. Looking forward to seeing you finish it. There is lots of great programmers here. Quote Link to comment Share on other sites More sharing options...
bjbell52 Posted April 23, 2021 Author Share Posted April 23, 2021 (edited) That's the game. It's written in Atari Basic and uses Atari's string moving routines to move the 5 sprites vertically. It was Softsides first Atari disc enhancement. I just wish I would have followed up and wrote an article demonstrating the technique so people could write games entirely in Basic. Edited April 23, 2021 by bjbell52 mispelling 4 Quote Link to comment Share on other sites More sharing options...
+Muddyfunster Posted April 23, 2021 Share Posted April 23, 2021 That's a nice start, look forward to seeing how you progress! Quote Link to comment Share on other sites More sharing options...
Paul Westphal Posted April 25, 2021 Share Posted April 25, 2021 Xavier brought this to my attention. Looks good! Quote Link to comment Share on other sites More sharing options...
bjbell52 Posted May 2, 2021 Author Share Posted May 2, 2021 On 4/24/2021 at 7:02 PM, Paul Westphal said: Xavier brought this to my attention. Looks good! Thanks. I'm trying to get Visual Studio Code editor working. Write now I use notepad to enter code, then I go to DOS and run 7800bas to compile it. Then I move it into the MESS emulator folder, and finally mount the compiled program in MESS to run. VSC looks like I can do everything from that program. Quote Link to comment Share on other sites More sharing options...
bjbell52 Posted May 2, 2021 Author Share Posted May 2, 2021 On 4/22/2021 at 7:18 PM, Allan said: This game? http://www.atarimania.com/game-atari-400-800-xl-xe-volleyball_26.html Your Apple Panic game looks great. Looking forward to seeing you finish it. There is lots of great programmers here. Thanks. I'll probably need those programmer's help from time to time. Quote Link to comment Share on other sites More sharing options...
bjbell52 Posted May 4, 2021 Author Share Posted May 4, 2021 (edited) This is what I've done the past week. I'm using the plotvalue trick and it's a great help. I'm working on moving the hero (does he have a name) and thanks to that hint, I can see the value of the tiles he's on, the ones to the left or right, and the ones to the top or bottom. It's really helping me figure out his movement. I have one with the plotvalues and one without. A7800_ Atari 7800 (NTSC) Cool [a7800] 2021-05-03 19-38-12.mp4 A7800_ Atari 7800 (NTSC) Cool [a7800] 2021-05-03 20-59-29.mp4 Edited May 4, 2021 by bjbell52 9 Quote Link to comment Share on other sites More sharing options...
bjbell52 Posted May 12, 2021 Author Share Posted May 12, 2021 I just got this error message from Visual Studio. I keep getting stuck so rather than reboot I tried changing the code to start at a random x and y location. Unfortunately, I forgot the random function an Atari 7800 basic doesn't work the same as the old Atari basic, so I did what I always do, I multiplied rand by 154 for the position and $A0 for the y position. That's when I got this error... I change the code to just rand and the problem went away. So, I'm reporting it . My bad *** (246): WARNING, there seems to be a problem. your code may not run properly. please report seeing this message. 1 Quote Link to comment Share on other sites More sharing options...
SlidellMan Posted May 13, 2021 Share Posted May 13, 2021 You did the right thing by reporting it. 1 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.