Skip to content

RolandR/TransportSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A transport simulation thingy. Maybe. In Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors