Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)