Space Fight 3000 (II) by ComaToes
Kill alien scum!
Game Info
This is a solo entry, splintered from teamawesome's entry. I "borrowed" the team art and sound assets but all the code is my own. Play both games and see how we each did!
Levels 1 and 2 are fixed and closely laid out. 3+ are randomly generated, so you'll need to get used to using boost (right click accelerates toward mouse cursor) to get to places you can't just jump to.
If you stray too far from the play area you'll die, so keep control of your speed and trajectory!
The connection between the worlds is gravity. Everything is affected by it so aim yourself and your bullets accordingly!
Playing the Game
Linux users can play by installing 'python-pygame', cloning from the git repo and running 'spacefight3001.py', e.g.
sudo apt-get install git python python-pygame
git clone git@github.com:ComaToes/spacefight3001.git
cd spacefight3001
python spacefight3001.py
Standalone Windows binary package is available, or you can install python 2.7 and pygame and run from a git clone.
Packaged build for Mac coming soon(tm)
If the default resolution is too high for you, you can change it in spacefight3001.py (camera.WIN_WIDTH and camera.WIN_HEIGHT)
Game Info
This is a solo entry, splintered from teamawesome's entry. I "borrowed" the team art and sound assets but all the code is my own. Play both games and see how we each did!
Levels 1 and 2 are fixed and closely laid out. 3+ are randomly generated, so you'll need to get used to using boost (right click accelerates toward mouse cursor) to get to places you can't just jump to.
If you stray too far from the play area you'll die, so keep control of your speed and trajectory!
The connection between the worlds is gravity. Everything is affected by it so aim yourself and your bullets accordingly!
Playing the Game
Linux users can play by installing 'python-pygame', cloning from the git repo and running 'spacefight3001.py', e.g.
sudo apt-get install git python python-pygame
git clone git@github.com:ComaToes/spacefight3001.git
cd spacefight3001
python spacefight3001.py
Standalone Windows binary package is available, or you can install python 2.7 and pygame and run from a git clone.
Packaged build for Mac coming soon(tm)
If the default resolution is too high for you, you can change it in spacefight3001.py (camera.WIN_WIDTH and camera.WIN_HEIGHT)
Ratings
| Coolness | 67% | 3 |
| Overall(Jam) | 2.95 | 557 |
| Audio(Jam) | 2.75 | 492 |
| Fun(Jam) | 3.11 | 338 |
| Graphics(Jam) | 2.71 | 637 |
| Humor(Jam) | 2.52 | 332 |
| Innovation(Jam) | 3.03 | 386 |
| Mood(Jam) | 2.82 | 531 |
| Theme(Jam) | 2.94 | 483 |
nice to have a game for linux that works out of the box on fedora :)
audio got a bit repetative after a bit
I ran into the same problem as "OnlySlightly", which made the game impossible to complete,
but I still had a lot of fun playing it.