ptitSeb
Serial Porter
Here is Liberation Circuit, an RTS on the coding theme.
The game use Allegro 5 and GLES2 here. It works well on Gigahertz and on CC model (without swapfile) but the speed is pretty slow on CC. It's still playable.
Note that the games normally required at least 1024x768 screen. On the Pandora, it's automatically downscaled to 800x480, making the fonts hard (impossible?) to read. So here it use larger font, that should be used with higher res display, so some text overlapping exist.
Unfortunatly, the code editor is just unusable and ship editor is very cramped on the Pandora screen.
History log
=========
Build 01
-------------
The game use Allegro 5 and GLES2 here. It works well on Gigahertz and on CC model (without swapfile) but the speed is pretty slow on CC. It's still playable.
Note that the games normally required at least 1024x768 screen. On the Pandora, it's automatically downscaled to 800x480, making the fonts hard (impossible?) to read. So here it use larger font, that should be used with higher res display, so some text overlapping exist.
Unfortunatly, the code editor is just unusable and ship editor is very cramped on the Pandora screen.
History log
=========
Build 01
-------------
- Initial build
- Some Pandora customization