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-6


https://github.com/algosup/2023-2024-project-2-x86-retrogaming-team-6

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# 2023-2024 project 2 PacMan

## Team Members

| Name |Role| Picture |
| --- | --- | --- |
| [Raphaël DESCAMPS](https://www.linkedin.com/in/rapha%C3%ABl-descamps-201112293/) |**Project Manager**| |
| [Thibaud MARLIER](https://www.linkedin.com/in/thibaud-marlier/) |**Program Manager**| |
| [Manech LAGUENS](https://www.linkedin.com/in/manech-laguens-020127293/)|**Quality Assurance**| |
| [Rémy CHARLES](https://www.linkedin.com/in/r%C3%A9my-charles-2a8960232/) |**Tech Leader**| |
| [Habi CAILLEAU](https://www.linkedin.com/in/habi-cailleau-3b72b5293/) |**Junior Software Engineer**| |
| [Raphaël PROUDHON](https://www.linkedin.com/in/rapha%C3%ABl-proudhon-660a72288/) |**Junior Software Engineer**| |

## Project Description

###

x86 Retro Gaming Project

### The project :

For this second Project of 2023, Algosup has asked us to develop the Pac Man game in Assembly x86.

### Project objectives :

This project aims to create a version of the famous Pac-Man game using assembly language. Objectives include writing the source code to faithfully reproduce the mechanics of the original game, implementing a graphical interface with user input management, and optimizing the code to ensure efficient performance. The overall aim is to develop a functional and optimized version of Pac-Man, while deepening practical understanding of the assembly language.

### Difficulties

First of all, assembly language is complex to understand and complex to use. However, we are novices, if not inexperienced, in this language. We therefore need to learn and understand this language to be able to code this game.