Skip to content

tommysays/untidaled

Repository files navigation

untidaled

A naval strategy game where you must balance between building your economy and conquering your foes!


Running the game

There is no .jar yet, so to run the game, use the following *cmd* command in the src2 directory:

java -classpath .;database\derby.jar;database\derbyclient.jar; Main

For optimal code viewing, make sure your tabs are set to 4 spaces.


Gameplay

You are in charge of your country's harbors (in blue). Over time, your harbors will generate money. This rate can be increased by purchasing fisher and barge ships for that harbor. Purchase cruisers and destroyers for a harbor, and then left-click that harbor and another harbor to send a fleet. Fleets can conquer enemy harbors and reinforce your own harbors. Be careful when reinforcing your own harbors! Harbors have a cap to how many ships they can hold; any excess ships will be destroyed.

Note that barges generate twice as much money over time than fishers. These are efficient in terms of your harbor's capacities, but they cost much more!
The same idea goes for destroyers vs. cruisers.

AI has not been implemented yet, so at the moment your playthroughs may be a bit dull.


Admin mode

In this mode, you can create and edit game maps.

Controls

Under the File menu, select "New" to start a world from scratch, or "Open" to edit an existing map.

Right-click anywhere on the map to bring up a menu.

Under this right-click menu, you can create or remove harbors and countries.

Under the File menu, select "Save" to save your work as a map.


User mode

In this mode, you can play the game!

Controls

Open up a level from the "Sample_Level" directory provided, or open a map you've created.

Right-click one of your harbors to bring up a creation menu.

Under this creation menu, you can purchase ships to add to that harbor. Note that while the menu is open, the game will be paused.

Left-click one of your harbors and then left-click a different harbor to send a fleet from the first to the second. (The source harbor must have at least 1 war ship.)

Click on the "Stats" button for a quick look at country stats, including overall wealth and harbors owned. Note that this also pauses the game.
ANOTHER NOTE: You must hit the "Close" button rather than the "X" button to close the frame and return to your game.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages