Star.P.G.

Paul Wortmann's picture

Last year in my free time I made a simple side scrolling space shooter.
Its written in C++, using SDL and OpenGl.
I could continue to improve it, but I decided to start working on a new project from the end of last year.
The reason for this post is that it is Open Source, and may be of use to someone starting out in game development. (How not to program :P) Or even if you just want to use some of the resources.
It has 25 levels so maybe it could provie a few hours of excitment for some, well I hope it can!

RPGの要素を持つ横スクロールシューティングゲーム。 http://www.physhexgames.co.nr、それはまだ進行中の作業であり、重い、現在開発中の、完全ではありませんのでご注意ください。

Usage
-----
- "Left"      ->    Move starship left.
- "Right"     ->    Move starship right.
- "Up"        ->    Move starship up.
- "Down"    ->    Move starship down.
- "Space"   ->    Fire weapon.
- "B"          ->    Use a collected bomb.
- "P"          ->    Pause.
- "ESC       ->    Menu, Quit.
- Mouse required for the menu and dialogs.

You can aquire it via my website: www.physhexgames.co.nr or one of the linck below:
<a href="https://sourceforge.net/projects/starpg/files/Star.P.G%20v1.0/Star.P.G%20V1.0%20-%20Windows.exe/download">Win32</a>
<a href="https://sourceforge.net/projects/starpg/files/Star.P.G%20v1.0/Star.P.G%20V1.0%20-%20Linux.rar/download">Linux</a>
<a href="https://sourceforge.net/projects/starpg/files/Star.P.G%20v1.0/Star.P.G%20V1.0%20-%20Source%20code.rar/download">Source</a>

<img src="http://img707.imageshack.us/img707/8351/starpgv10.jpg" alt="Star.P.G." width="320" height="240" />