Author Topic: GCWShmup - plane shooty demo game  (Read 1469 times)

mercluke (OP)

  • Posts: 6
GCWShmup - plane shooty demo game
« on: August 08, 2014, 03:36:06 pm »
Hey guys, just got a Zero the other day and wanted to get used to developing for it so i decided to port some old (really gross) code that i wrote back when i was in school.

It's my first time using SDL so do yourself a favor and don't look at the source unless you like horror movies
github page: https://github.com/mercluke/GCWShmup

screenies:




Powerups:
every 200 points scored gets you 1/5 health regen
every 1000 points scored gets you laser powerup

High score is stored in ~/.GCWShmup


Compiling for pc:
Code: [Select]
make -f makefile.x86Compiling for GCW:
Code: [Select]
make CROSS_COMPILE=mipsel-gcw0-linux-uclibc-
Download:
mercluke.net/filehole/GCWShmup.opk

Vato

  • Posts: 72
Re: GCWShmup - plane shooty demo game
« Reply #1 on: August 10, 2014, 07:19:57 am »
Howdy Merc! Nice having you aboard =) I'll give this a play asap

mercluke (OP)

  • Posts: 6
Re: GCWShmup - plane shooty demo game
« Reply #2 on: August 10, 2014, 11:02:01 am »
oh heya vato. long time no see!
this was just a quick learning experience for me so if there's any suggestions or features you can think of that may make for a fun/challenging time just let me know :)

(though i may be slow getting around to it because uni has just started up again last week)

Kouen Hasuki

  • Posts: 155
Re: GCWShmup - plane shooty demo game
« Reply #3 on: August 10, 2014, 12:02:57 pm »
I'll give it a look :)

 

Post a new topic