The TelePac project is Pac-man like game written in Java to learn object oriented programming. It is built along a set of exercises from the Objects First with Java: A Practical Introduction Using BlueJ (5th Edition) book.
In the root directory of the repo, run the Java compiler specifying the user class path and the game entry point:
javac -classpath src/ src/Game.java
cd src
java Game