Skip to content

Commit

Permalink
ReadMe File
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanYahya101 authored May 13, 2023
1 parent f0954a2 commit e901026
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions First Version/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pacman Game

Welcome to this exciting version of Pacman, where the game is played on a grid-based system. In this game, there are two arrays used to manage ghost movement and the rest of the game. The ghosts move randomly without any pathfinding, and if Pacman touches a ghost three times, he dies.
Welcome to this exciting version of Pacman, where the game is played on a grid-based system. In this game, there are two arrays, one is used to manage ghost movement and other for the rest of the game. The ghosts move randomly without any pathfinding, and if Pacman touches a ghost three times, he dies.

This game features a high score system that saves the highest score in the database. Moreover, to access the game, players must first log in or sign up. The login and sign up system is easy to navigate.
This game features a high score system that saves the highest score in the database. Moreover, to access the game, players must first log in or sign up. The login and sign up system is easy to navigate. Please note that, the game will not load highscore for one player, rather the highest score present in the database.

## Table of Contents

Expand All @@ -13,21 +13,22 @@ This game features a high score system that saves the highest score in the datab

## How to Play

To start the game, open the make file and run it using the command prompt. Once the game has started, use the arrow keys to move Pacman around the grid. Collect pallets while avoiding the ghosts. If Pacman touches a ghost, he dies and the game is over.
To start the game, compile the code and run it using the command prompt or download the Release. Once the game has started, use the arrow keys to move Pacman around the grid. Collect pallets while avoiding the ghosts. If Pacman touches a ghost three times, he dies and the game is over.

## Login and Sign Up

Follow these steps to log in or sign up:

1. Press the Enter key to select Textbox 1.
2. Write your username or password.
2. Write your Username.
3. Press the Escape key to deselect.
4. Press the Tab key to select Textbox 2.
5. Press the Escape key to deselect.
5. Write your Password.
6. Press the Escape key to deselect.

## Admin Screen

In addition, there is an admin screen that can be accessed using the username "admin/Admin" and password "admin/Admin". Although the screen is currently empty, it is essential for the game as it allows for the creation of new levels.
In addition, there is an admin screen that can be accessed using the username "admin/Admin" and password "admin/Admin". Currently, the screen is empty, as we have only created one level.

## Ending

Expand Down

0 comments on commit e901026

Please sign in to comment.