View Single Post
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#1
Planet Hivelly

Planet Hivelly has been ported to many platforms. It is extremelly easy to port it, just add this to the makefile:

Code:
# Maemo 5
ifeq ($(PLATFORM),maemo5)
LFLAGS += -lSDL -lm
CFLAGS += -D__FIXED_RES__ -DDEFAULT_WIDTH=800 -DDEFAULT_HEIGHT=480
endif
If you don't want to mess with compiling and the SDK, download the attached binary.

Known warnings here, blah blah.
Attached Files
File Type: zip planethively.zip (74.4 KB, 141 views)
 

The Following 3 Users Say Thank You to giannoug For This Useful Post: