VGA Game/Demo for PropBOE anywhere?
laurent974
Posts: 77
in Propeller 1
I just received my Prop Board of education.
Is there any small VGA games that could be played out of the box?
Is there any small VGA games that could be played out of the box?
Comments
http://forums.parallax.com/discussion/113827/prop-chess-for-vga-human-vs-propeller
I 'll read the code and i'll try to change it to send keyboard command througth the serial console
see his thread here :
Tile Graphics Renderer
instead of a nes_pad i used a memsic 2125 dualaxis at pin 6 and 7 (you can change it inside the controller.c) and 2 push buttons at pin 0 and 1
The VGA pin starts at pin 8.
Very cool!
Thanks to you both.
Here is space invaders with the same pins configuration as above.
memsic 2125 dualaxis at pin 6 and 7 (you can change it inside the main file) and 2 push buttons at pin 0 and 1
The VGA pin starts at pin 8.
original code is here : http://forums.parallax.com/discussion/116037