Skip to content

Commit 56850c1

Browse files
authored
Update README.md
1 parent 5cffccd commit 56850c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22

33
The beloved vintage Pacman game with Flutter Animations and Sound Effects compatible in both Andriod and IOS.
44

5-
5+
66
## Project Structure:
77
The rough breakdown of the current state of the game will consist of
88
Game Logic, I/O and Sound Effects. The game logic consists of collision
99
detection, scoring, and Ghost AI. The I/O includes mostly interaction
1010
with touch and if time forbids, maybe a keyboard/joystick to make it accessible
1111
on PCs too.
12+
1213
Further during the timeline, the plan is to improve the frame rate, add a
1314
ranking system based on highscore and implement shortest path
1415
algorithm for Ghosts to target Pacman in the game.
1516

16-
17+
1718
## Dependencies
1819
1. audioplayers: ^0.17.0
1920
2. flutter_phoenix: ^0.1.0
2021

21-
22+
2223
## App Preview
2324
<img src="https://media.giphy.com/media/R5IwB9VhawKp8Fv4mg/giphy.gif"/>

0 commit comments

Comments
 (0)