Table of Contents
Name | Role | Picture | 🔗 |
---|---|---|---|
Léo CHARTIER | Project Manager | Léo's Github profile | |
Antoine PREVOST | Program Manager | Antoine's Github profile | |
Malo ARCHIMBAUD | Tech Lead | Malo's Github profile | |
Maxime THIZEAU | Junior Software Developer | Maxime's Github profile | |
Benoît DE KEYN | Junior Software Developer | Benoît's Github profile | |
Maxime CARON | Quality Assurance | Maxime's Github profile | |
Thomas PLANCHARD | Quality Assurance | Thomas's Github profile |
This project is about recreating a faithful clone of Pac-Man in Assembly X86 using DOSBox and NASM.
To run this project, you need to meet the following requirements:
- Run one of the following operating systems:
- Windows 7/Windows 8/Windows 8.1/Windows 10/Windows 11
- Mac OS X
- Linux
- FreeBSD
- Any operating system based on DOS
- Have an installation of DOSBox
- Have an installation of NASM
- Clone the repository using Github Desktop or the following command in the command line:
git clone https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-4.git
- Install NASM by unziping it and place this last in a folder named
nasm
in the clone folder. - Install DOSBox following the installation process default instructions.
- Open your command line and go to your clone folder root:
cd %absolute_path_to_clone_folder%
- Run the following command:
nasm/nasm src/main.asm -f bin -o pacman.com
- Run DOSBox
- Type the following commands in the command line interface of DOSBox:
MOUNT c %absolute_path_to_clone_folder%
c:
pacman
- Enjoy playing Pac-Man! 🙌