RolandR/TransportSim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TransportSim by Roland Rytz See LICENSE.txt for copyright information. ------------------------------------------ To compile the game from source, run the following command from the directory in which this README.txt file is located: javac -d bin/ src/*.java; To run the game, run the following command: java -classpath bin/ TransportSim; You can also use the included jar file: java -jar TransportSim.jar