Skip to content

Vintage Pacman Game developed in Flutter

License

Notifications You must be signed in to change notification settings

berockzx/Pacman-Flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

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

About

Vintage Pacman Game developed in Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 93.0%
  • HTML 5.1%
  • Swift 1.4%
  • Other 0.5%