This repository contains a Packman game created using the Flutter framework. The game was created as part of the Object Oriented Design & Programming Lab course (CS261) evaluation project for the 3rd semester of B.Tech in Computer Science & Engineering (CSE) in November 2022.
In the famous arcade game Packman, the player controls a character named Packman who has to move through a maze and devour every dot while avoiding adversaries. When Packman has consumed all the dots, or if an enemy captures Packman, the game is over but in this one I have added one thing if instead of ghost cathcing you, you catches the ghost then you will still survive
Flutter: A mobile app SDK for building high-performance, high-fidelity, apps for iOS and Android, from a single codebase.
Dart: A client-optimized programming language for fast apps on multiple platforms.
- To run this game, you need to have Flutter installed on your system. Follow the instructions here to install Flutter.
- Then, clone this repository.
- Open the project folder in your preferred IDE.
- Clone the repository to your local machine.
- Open the project in your preferred IDE.
- Run the following command in the terminal to get all the dependencies:
flutter pub get
- Run the game using the below command:
flutter run
- Done! Here you go with the game.