Spacegeddon - multiplayer space shooter
Posted: Sun Sep 03, 2017 9:32 pm
In the beginning of the year I stumbled upon this framework, and fell in löve :-). I've been working some months now, on and off, on a multiplayer space shooter. I call it Spacegeddon.
The networking code is implemented, but for now no server is up, but you can play locally against bots. Try to beat them :-).
Choose a ship, pickup weapons, missiles, ammo, shields, and shoot down as many ships as you can.
First to 10 kills is the winner. Currently there are 3 different levels.
Controls:
* Move the ship with WASD.
* Aim and shoot with the mouse. left button primary weapon, right button fire missile.
* Or aim with right/left keys and fire primary/missile with up/down.
* Switch weapon with mouse wheel or with 'f' / 'q'
* Switch missile with mouse wheel + ctrl or with 'e'/'r'
* CMD[WIN] + Enter - Enter full screen
* F2 toggle sound on/off
* F1 show score
* Space - toggle camera lock. (without camera lock, drag mouse to screen end to scroll the world)
* +/- Zoom in/out
* Esc - quit
Plans ahead:
* More game modes: Team death match, base attack etc.
* More levels
* I'll explore whether to make all ships unique, with unique weapons and special abilities.
Any feedback is welcome.