Picomite VGA games


Author Message
Martin H.

Guru

Joined: 04/06/2022
Location: Germany
Posts: 1547
Posted: 05:52am 18 Apr 2023      

Something I ve been working on last year:

'Pico Frog
' by Martin Herhaus 2022
' This is a Frogger game that is similar to the original arcade version
' released by Konami (c) in 1981, but completely rewritten in MMBasic for the
' Raspberry PicoVGA
'
' This code has an open source license, you can copy it, change it,
' for any purpose for commercial use or not. But these comments
' should be in you main file.
' The graphics and Music are based upon but not the original
'------
' developed on PicoMite Version 5.07.05RC...
' runs on PicoMite Version 5.07.06
' would not run on lower Versions due to the use of
' Framebuffer, Layer and Sprites. For this, the Pico also has to run
' at 252000 KHz or higher
'
'Use OPTION CPUSPEED 252000 or OPTION CPUSPEED 378000

It is playable but surly can be enhanced..
I have trouble with 5.07.07RC/Beta with the Game-Controller Routines but maybe Tom can fix it



PicoFrog.zip
Edited 2023-04-18 16:26 by Martin H.