Name | Role | Picture | 🔗 | |
---|---|---|---|---|
Léo CHARTIER | Project Manager | Léo's Github profile | t | |
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:
git clone https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-4.git
nasm
in the clone folder.cd %absolute_path_to_clone_folder%
nasm/nasm src/main.asm -f bin -o pacman.com
MOUNT c %absolute_path_to_clone_folder%
c:
pacman