Space Shooter Bare Bones

Download Java+LWJGL
Download C+SDL

A little bare bones space shooter game made in LWJGL. (source only)
With bullets on drugs :o :o :o , fix it and it’s yours :wink:

You are free to reuse this code anywhere you’d like ;D

Removed the drug abusive bullets and some small bugs.

A screenshot/video might be nice (or even an online playable demo) to showcase what it is that you are sharing. Might interest more people to test/use it.

Well this is the shared code section, not the screenshots and demo section :stuck_out_tongue:
It does work, but needs much work.
Basically it look like this:
[center]

the rectangles around the player and enemy are collision boxes
the small white rectangles are bullets, and the ship in the middle is the “enemy” which follow you…[/center]

Might want the enemy to look different from the player ;D

This is not a game…

This was just an experiment with OpenGL-powered 2D,
and i just built a little “game” around it to play around.

I originally made this in C+SDL, but ported it over to Java+LWJGL