Skip to content

dhorlick/teerex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A program to solve that awful dinnertime triangle game with the pegs. Or that puzzle from Zork Zero!

To install,

  1. Install a Java JDK 1.5 or higher, if necessary.
  2. Install a Scala version compatible with your JDK, if necessary.
  3. Install Maven if necessary. If you have apt, you can do this with sudo apt install maven
  4. Edit pom.xml and relace your JDK version for maven.compiler.source and maven.compiler.target.
  5. Replace your Scala version for scala.version.
  6. Bring up a shell and enter mvn compile

To run:

scala -cp target/classes org.riverporpoise.tee.TriangularField

or

scala -cp target/classes org.riverporpoise.tee.PegglebozField