Arcnor / hocoslamfy

Cave flying game similar to Flappy Bird. SDL 1.2, PC or OpenDingux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hocoslamfy

You are a small bee and you must fly to avoid the bamboo shoots!

This game requires SDL 1.2, SDL-image 1.2, SDL-mixer 1.2 and a C compiler. It is optimised for low-resolution screens.

Everything's under the GPL version 2.

To compile this for PC, use make clean; make on a PC with SDL, SDL-image and SDL-mixer 1.2. You'll then get a windowed SDL game.

To compile this for OpenDingux on Dingoo A320 or GCW Zero, use make TARGET=hocoslamfy-gcw0 clean; make TARGET=hocoslamfy-gcw0 opk on a PC with the PATH set to include your OpenDingux mipsel toolchain. To compile for OpenDingux on RS-90, substitute TARGET=hocoslamfy-rs90.

About

Cave flying game similar to Flappy Bird. SDL 1.2, PC or OpenDingux.

License:Other


Languages

Language:C 98.7%Language:Makefile 1.3%