Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: blmedia on April 06, 2016, 03:39:13 pm
-
Hey Guys
This might be a strange question but I've just built an arcade machine running advancemame, advancemenu and moebius linux on a raspberry pi computer. Just wondering if it is possible to for me to write a very simple arcade style game and compile it in the same format that the old arcade games (like pacman and galaxian) are compiled to? so effectively write a playable rom file for my new arcade machine.
I have considered using something like pigame to simply write a game for the raspberry pi in python, but I think that would mean that the game would not appear in in the advancemenu and not run through advancemame.
Basically Ive had quite a bit of experience writing video games for the web using HTML5 and Javascript but I'm just quite interested in how old arcade computer games were written and if it is possible to write one in the same way today?
You can play a few of my games from my portfolio website http://blmedia.co.uk/myWork.php (http://blmedia.co.uk/myWork.php) if ya like any of them just let me know :)
Cheers
Ben L
-
Hey Guys
This might be a strange question but I've just built an arcade machine running advancemame, advancemenu and moebius linux on a raspberry pi computer. Just wondering if it is possible to for me to write a very simple arcade style game and compile it in the same format that the old arcade games (like pacman and galaxian) are compiled to? so effectively write a playable rom file for my new arcade machine.
I have considered using something like pigame to simply write a game for the raspberry pi in python, but I think that would mean that the game would not appear in in the advancemenu and not run through advancemame.
Basically Ive had quite a bit of experience writing video games for the web using HTML5 and Javascript but I'm just quite interested in how old arcade computer games were written and if it is possible to write one in the same way today?
You can play a few of my games from my portfolio website http://blmedia.co.uk/myWork.php (http://blmedia.co.uk/myWork.php) if ya like any of them just let me know :)
Cheers
Ben L
Thins like Pacman and Galaxian are Z80 based games, so you'd need a Z80 assembler (compiling things like C code to Z80 isn't really viable)
GFX are tile based.
If your only experience is writing things in modern languages / for modern platforms then it's going to be a massive leap, those systems had a minuscule amount of CPU power, ROM space, and graphic capability, every byte counts, every CPU cycle counts, every trick in the book is needed to get them to display what you want.
-
What he said. Honestly making something fun that will run on something with uber low specs like the pi is going to be challenge enough.... no need to punish yourself by going even lower.
-
Making a custom game that you can play on an arcade cabinet can be a lot of fun...
(http://uploads.tapatalk-cdn.com/20160407/61248573e36b19384e43cc3b9d82ba7a.jpg)
-
Making a custom game that you can play on an arcade cabinet can be a lot of fun...
(http://uploads.tapatalk-cdn.com/20160407/61248573e36b19384e43cc3b9d82ba7a.jpg)
You are killing me! :hissy:
-
Making a custom game that you can play on an arcade cabinet can be a lot of fun...
(http://uploads.tapatalk-cdn.com/20160407/61248573e36b19384e43cc3b9d82ba7a.jpg)
You are killing me! :hissy:
(http://uploads.tapatalk-cdn.com/20160407/4ad6568877c0efd22b119d02293f8035.jpg)
-
I need to get my act together and come to a convention one of these years. You guys seem to have entirely too much fun.
-
I need to get my act together and come to a convention one of these years. You guys seem to have entirely too much fun.
Start saving for ZapCon '17. You'd be a guest of honor, Howard!
-
Eh I doubt it's going to happen next year due to the family situation, but I'll make it to one eventually. Hopefully before you are all dead. ;) When I go I would like to bring something fun to demo.
-
Now you have me curious. That looks interesting.
Making a custom game that you can play on an arcade cabinet can be a lot of fun...
(http://uploads.tapatalk-cdn.com/20160407/61248573e36b19384e43cc3b9d82ba7a.jpg)
-
Now you have me curious. That looks interesting.
Making a custom game that you can play on an arcade cabinet can be a lot of fun...
All in due time, brother...
-
Ya'll don't even know.....
I