Skip to content

glegrain/TelePac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelePac

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.

map

Compiling

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

Running the game

cd src
java Game

About

Java game project 👻

Resources

Stars

Watchers

Forks

Packages

No packages published