Skip to content

EamonnMR/Scandium_RTS

Repository files navigation

Scanduim

Java RTS, largely based on the ideas of 1500 archers and Lost Colony and using Slick2d. Art currently in the repo is by Daniel Cook lostgarden.com, and includes pieces from the Hard Vaccum and Tyrian collections. For all of the cool features, see the manual.

Possible Improvements

It needs a proper menu/lobby system. Should not be too hard to make with the existing GUI classes, but the net code for it simply isn't there yet. The server needs an extra default port where it can then transfer users to an open port. Currently the project will load graphics and tilemaps, but all of the unit and button set data is inside Java literals (src/data/DummyDataLoaderWithLiterals.java). It would be much cooler if that was not the case-it should read the data from a JSON file. Another issue is the lack of sound. Finally, I started working on a building construction system, but it was never completed.