/ConjunctionJunction

Train Simulator for Team Conjunction Junction

Primary LanguageJava

ConjunctionJunction

Train Simulator for Team Conjunction Junction

Prerequisites

Installation Guide

To Run

  • run make clean to cleanup the working directory
  • run make run to run the application
  • run make runv VTARGET=<class-name> to run a specific class within the application (requires a class with a public static void main())

To Create Package

  • run make package - the result will be cjunction.zip or cjunction-unix.zip depending on your platform