Skip to content

Commit 1e99ba8

Browse files
authored
readme update 1
1 parent 9e8814c commit 1e99ba8

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
# Pacman-Game
22
Pacman game made in java for the final project of TP1(Programming topics ) discipline.
3+
4+
# Initial Screen
5+
image
6+
7+
8+
# Download the game
9+
To download it, click in this link below and extract the files.
10+
Execute the jar file and enjoy!!!.
11+
12+
13+
14+
# Game Mechanics
15+
Like the original one, this pacman version has 3 lives and the player win at eating all pill of the map. If the player lose his 3 lives, game over!
16+
The ghosts has two states:
17+
1 - The ghost will move randomly in the map
18+
2 - The gost will chase the player
19+
If the pacman eats a superpill, all the ghosts become eatable and the player recieve extra points for each ghost eaten.
20+
21+
22+
23+
#Game Engine
24+
We build a game engine only for this project. So the game was made entire based on this game engine.
25+
The engine handle the collision detection, the movment of all objcts, the draw and update of game.
26+
So, the game is not optimized.
27+
28+
#The map
29+
The map is a array of a lot images, so was though to do it, but for sure, exists a better and simply way to make it
30+
31+
#Credits
32+
The initial screen has a music that was take it from:
33+
34+

0 commit comments

Comments
 (0)