Skip to content

The game involves a character named Packman moving through a maze and devouring every dot while avoiding adversaries. The repository includes installation and setup instructions.

Notifications You must be signed in to change notification settings

GunalGupta/Packman_Game

Repository files navigation

Packman Game

Packman Game in Flutter

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.

Game Overview

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

Technologies Used

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.

Installation

  • 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.

How to Run the Game

  1. Clone the repository to your local machine.
  2. Open the project in your preferred IDE.
  3. Run the following command in the terminal to get all the dependencies: flutter pub get
  4. Run the game using the below command: flutter run
  5. Done! Here you go with the game.

Screenshots

New-Game Gaming Game-over

About

The game involves a character named Packman moving through a maze and devouring every dot while avoiding adversaries. The repository includes installation and setup instructions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published