
It’s been a slow year on the blog. This is mainly due to taking up a few new hobbies (learning Norwegian, and getting into astronomy and astrophotography) and preparing for a new child. I may write about some of these in future. But in the meantime I’ve done a little bit of work on my previously-untitled “spaceship game”, and figured I should put it up for download on the off-chance that anyone wants to play it.
I’ve mainly improved the frontend and UI, as it used to use the terrible looking built-in UI system in Unity pre-4.6. However, as my day job is making nice UIs for mobile apps, it’s not really the sort of thing I want to spend all my spare time on as well, so it’s pretty minimal (but not as embarrassing as before). The graphics are also terrible, because I’m not an artist. You may have heard the term “programmer art” before. If not, you have now.
At least the game now has a title. Using the time-honoured method of picking pairs of vaguely relevant words at random and putting them in Google until no existing game comes up, it is called Galaxy Arena. Download it here:
PC: GalaxyArena_PC.zip (13.1MB)
Mac: GalaxyArena_Mac.zip (15.1MB)
The Game
Galaxy Arena is a multiplayer-only game where you competitively build a spaceship out of square parts against the clock, and then fight everyone else with your creation. It’s pretty obviously heavily inspired by the board game Galaxy Trucker if you’ve played that (and if not, you should).
You can play free-for-all or with teams, and it supports 2-12 players. Team support is flexible but rudimentary – simply type a team number into the Team box by your name in the lobby, and the game will form teams accordingly.
I’ve only actually tested it on a LAN with up to eight players, but I presume it works over the internet. It uses the Unity development server for posting open games, and this is occasionally down for maintenance. If it is, you’ll just have to try again later (sorry), or use the Connect to IP option (port 33104).
Build Controls
The first phase of the game is where you build your ship. Your Core module in the middle of the screen. This has tiny engines and a puny laser built in, and your match is over when it’s destroyed. Around the edge of the screen are eight stacks of tiles, shared between all players. You have 60 seconds to grab tiles from the edge and attach them to your ship.
Left-click: grab a tile / place a tile if valid (when green)
Right-click: rotate the grabbed tile 90 degrees
Esc key: discard the current tile
Building Rules
Ships must be built following a few rules:
- Tiles must connect to an existing part of the spaceship
- Edges of the new tile must match all existing neighbouring tiles – either connector-to-connector, or blank-to-blank
- No tile can be placed in the square directly in front of a weapon (shown with a red cross)
- No tile can be placed in the square directly behind an engine (shown with a red cross)
After the time is up, you’ll be taken to the arena to fight.
Tiles
Core. Lose this and you die.
Engine. Provides thrust and increases turning rate.
Laser. Rapid firing, low damage weapon. Faster projectile than the missile.
Missile. Slow firing, high damage weapon. Slightly higher DPS than the laser.
Gyroscope. Increased turning rate.
Crew. Increases rate of fire, and increases engine power.
Battery. Increases total energy reserves and recharge rate.
Armour. More hit points than other modules.
Fight Controls
The arena stage is last man (or team) standing. There is no time limit and no walls around the arena, so just play nice and don’t run away forever… (this is remaining a prototype, not a polished full-featured game).
W/ S / Q / E : thrust forwards / backwards / right / left. Fires whichever engines you have pointed in that direction
A / D : steer left / right. Steering is faster the more engines and gyros you have, and slower the more mass of ship you have
Space : hold down to boost your engines, but this drains your energy bar quickly
Arrow keys : fire all of your weapons that face in that direction. Firing uses energy, and weapons won’t fire if there isn’t enough.
Tab : show the scores (just for fun, they don’t mean anything). Score is purely the amount of damage you’ve inflicted.
Your team mates have green names, and have green arrows pointing to them. Your enemies have red names and red arrows. You can damage your team mates, so be careful.
And that’s about it. Here’s a video of the previous version of the game. Enjoy!