AAKAMI
A shooter game; Little Red Riding Hood and the wolf fighting cola, coconut milk and coffee.
Entry of the team “Future Internet Cafe” to BOOOM! The 3rd GameShell Game Jam. Taken care of the technical development.
Play it here!
Move with W/S/A/D or the arrow keys; I/K/J/U corresponds to the triangle/circle/cross/square buttons.
| LOVE2D game package | AAKAMI.love(1.4 MiB) |
A teamed game jam with the Future ACG Group, a student club of our university. The theme being “SHIFT”, the game’s interpretation is that the protagonist can flip (shift) between Little Red Riding Hood and the wolf, being damaged by bullets of the different colour while absorbing energy from same-coloured ones. I was mainly responsible for the programs.
The enemies are C×ca Cola, P×psi Cola, C×conut Palm (Ye-shu) Coconut Milk, and St×rbucks Coffee. A clever set of choices!
The organizer, Game Cores, distributed a GameShell for development use to each team. GameShell is a gaming console with a retro appearance and a complete modern computer system under its 320×240 screen. The rare surviving photo below shows a player for music games I previously made ported to it.

However, the graphics unit seems to be a little bit less capable than expected, with the game in pixel graphics that run smoothly on laptops achieving only 2 frames per second on it. I later thought over it and implemented a sprite batch optimisation, and it immediately went up to over 50 FPS. It seems that the cost of draw calls is expensive on this device. An interesting optimisation experience gained.