Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj2503 authored Mar 6, 2021
1 parent 5cffccd commit 56850c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@

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


## Project Structure:
The rough breakdown of the current state of the game will consist of
Game Logic, I/O and Sound Effects. The game logic consists of collision
detection, scoring, and Ghost AI. The I/O includes mostly interaction
with touch and if time forbids, maybe a keyboard/joystick to make it accessible
on PCs too.

Further during the timeline, the plan is to improve the frame rate, add a
ranking system based on highscore and implement shortest path
algorithm for Ghosts to target Pacman in the game.


## Dependencies
1. audioplayers: ^0.17.0
2. flutter_phoenix: ^0.1.0


## App Preview
<img src="https://media.giphy.com/media/R5IwB9VhawKp8Fv4mg/giphy.gif"/>

0 comments on commit 56850c1

Please sign in to comment.