Introducing "Shipyard," my first somewhat-successful game project (Image heavy!)

Published November 19, 2013
Advertisement
First of all, I want to say that this is not a professional endeavor. I am very much an aspiring programmer, and this is very much an "in my free time" sort of project. Though I am quite proud of it and hope people like it, I just want to say that I don't claim to compete with some of the far superior things on this site. In short: keep your expectations low.

Now that that's over with, allow me to introduce my project. Shipyard is the temporary title of a science-fiction themed, turn-based strategy game which I have been working on for about six months now. The gimmick (and the origin of the name) is that the player builds their ship from individual systems such as crew's quarters, weapon controls, engines, etc. on a 2D grid. Combat is not yet implemented, but it will be based around strategically disabling your enemy's systems until the vessel as a whole is crippled.

Here are some screenshots of the shipyard screen, showing the interior, exterior, and weapons editors:
javaw-2013-11-18-21-01-39-743.pngjavaw-2013-11-18-21-01-52-190.png
javaw-2013-11-18-21-01-46-310.png

I am currently working on random world generation and the ability to save game files (ship designs can already be saved separately) for the next version, and I am quite happy with the results:

Warp Gate interface, allowing transport between sectors:
javaw-2013-11-16-15-36-15-786.png

Sector map showing locations of player, planets, and stations:
javaw-2013-11-16-15-35-07-434.png

World saving isn't ready to show yet, as I have the main code done but still have to design the UI.

If you want to play around with what little I have, there's a download at http://nerdboy64.com/shipyard/. The game runs in Java so you may get an antivirus warning about the jar file. I can't really tell you to discount such messages, as that would only beg the question, so go ahead and trust your better judgement.
2 likes 2 comments

Comments

jbadams

Looks interesting, and sounds a little similar (but sufficiently different to be interesting) to FTL. Looking forward to seeing how it progresses! :)

November 20, 2013 08:57 AM
arka80

After played ASCII-Sector I also would like to do a game like this, and failed.

Good luck!

January 28, 2014 02:10 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement