Amiga.org
Amiga computer related discussion => Amiga Gaming => Topic started by: scm2000 on May 13, 2024, 08:33:01 PM
-
Getting back in to programming Amigas, I wrote a paddle ball game in AmigaBASIC.
Not like a modern game at all, but very much like the games people wrote back in the 80's in their living rooms.
Try it out. It's available on Github at:
https://github.com/scm2000/paddleBall
Stephen
-
I just added sounds to the game..
-
It is hardcoded to DF0:, also if its window has been moved it will draw outside of it.
-
It is hardcoded to DF0:, also if its window has been moved it will draw outside of it.
thanks for the feedback. i mentioned about df0 in the readme. if i can find a way to have it know the path the program was loaded from, i could fix that.
the game is screen oriented. ill look at opening a separate screen without a window
-
as best I can tell Amiga Basic has no idea where the program was loaded from once it's loaded. There's no way for a program to then load a file in the same directory. Thus I had to hard code a device name. if this was a pubished game it would come on a floppy, so it wouldn't be a problem