glegrain / TelePac

Java game project :ghost:

Home Page:http://www.esiee.fr/~legraing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :ghost:

http://www.esiee.fr/~legraing/


Languages

Language:HTML 92.2%Language:Java 5.2%Language:CSS 1.7%Language:TeX 0.9%Language:Makefile 0.0%Language:Shell 0.0%