Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-1
Second project of the year 2023-2024 with the aim of recreating PAC-MAN in x86 assembly.
https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-1
assembly pacman-game retrogaming school-project
Last synced: 2 months ago
JSON representation
Second project of the year 2023-2024 with the aim of recreating PAC-MAN in x86 assembly.
- Host: GitHub
- URL: https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-1
- Owner: algosup
- Created: 2023-10-31T11:29:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T15:33:53.000Z (about 1 year ago)
- Last Synced: 2024-11-13T19:11:54.539Z (2 months ago)
- Topics: assembly, pacman-game, retrogaming, school-project
- Language: Assembly
- Homepage:
- Size: 7.83 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2023-2024-project-2-x86-retrogaming-team-1
## Project Description
The 2nd project of the 2023-2024 school year is to recreate the classic Pac-Man in assembly x86 on DosBox.
## Team Members
| Name | Role | Picture |
| --- | --- | --- |
| [Alexis Lasselin](https://github.com/alexislasselin) | Project Manager | |
| [Grégory Pagnoux](https://github.com/Gregory-Pagnoux) | Program Manager | |
| [Salaheddine Namir](https://github.com/T3rryc) | Technical Leader | |
| [Jason Grosso](https://github.com/JasonGROSSO) | Software Engineer "Senior" | |
| [Abderrazaq Makran](https://github.com/Amakran2003) | Software Engineer "Junior" | |
| [Victor Leroy](https://github.com/Victor-Leroy) | Quality Assurance | |## How to play
### Requirements
To play the game, you will need to install [DosBox](https://www.dosbox.com/download.php?main=1) and to download the .zip file of this GitHub Project and unzip it.
If you are on MacOS, you must ensure that Dosbox is installed in the Applications folder. While on Windows, you don't need to do anything, because the installer is automatically installing Dosbox in the Program Files folder.
### Launching the game
Then, depending on your operating system, you must follow the following instructions:
On MacOS:
Open the terminal and move to where your unzipped folder is located. Then, you must type the following command:
```bash
cd src
./build.bash
```On Windows:
Open the file explorer and move to the folder where your unzipped folder is located. Then, you must go in the `src` folder and double click on the `build.cmd` file.
In both cases, the game will be compiled, open dosbox and launch the game automatically.
### Playing the game
Once the game is launched, you will be able to play it. To move PAC-MAN, you must use the arrow keys.
#### Warning
We implemented some sounds in the game, but sometimes, depending on the machine, the sound may be a bit aggressive for the ears. So, we recommend you to lower the volume of your computer before playing the game, especially if you are wearing headphones.