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-2
2nd Project of the year 2023-2024, which aims to recreate Pac-Man with the X86 Assembly language. On a virtual machine named DosBox.
https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-2
Last synced: about 6 hours ago
JSON representation
2nd Project of the year 2023-2024, which aims to recreate Pac-Man with the X86 Assembly language. On a virtual machine named DosBox.
- Host: GitHub
- URL: https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-2
- Owner: algosup
- Created: 2023-10-31T11:29:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-24T11:04:33.000Z (11 months ago)
- Last Synced: 2024-11-13T19:02:47.763Z (3 days ago)
- Language: Assembly
- Homepage:
- Size: 4.63 MB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project 2 - Group 2 : x86 retrogaming
## Description
ALGOSUP gave us the mission to recreate the famous retro game named Pac-Man with the X86 Assembly language. Indeed, we have to use a virtual machine named DosBox to simulate the MS-DOS operating system and program the maze game with our own sauce.
## The game
### Quick start
To start the game, you have to install the lastest version of DosBox virtual machine and run the following commands in the terminal:
```bash
mount c: /path/to/your/project
``````bash
c:
``````bash
main
```### Installation
See [Installation](/Documents/User_manual.md)
## Project Team
| Name | Role | Photo | E-mail |
| :----------------: | :----------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------: |
| Clémentine Curel | Senior software engineer | | [email protected] |
| Laurent Bouquin | Project manager | | [email protected] |
| Aurélien Fernandez | Program manager | | [email protected] |
| Mathias Gagnepain | Junior software engineer | | [email protected] |
| Gaël Malvar | Quality assurance | | [email protected] |
| Paul Nowak | Tech lead | | [email protected] |## Documents Link
### Specifications
- [Functional Specifications](/Documents/Functional_specifications.md)
- [Technical Specifications](/Documents/Technical_specifications.md)### Project Management
- [Key Process Indicators (KPI's)](/Documents/Key_Process_Indicators.md)
- [Weekly Report](/Documents/Weekly_Report.md)### Quality Assurance
- [Test Plan](/Documents/Test_plan.md)
- [Test Cases](/Documents/Test_cases.md)