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

https://github.com/nderousseaux/pacman

Projet de l'UE programmation avancée. Pacman avec SDL2
https://github.com/nderousseaux/pacman

education master-siris school-project sdl2 ue-programmation-avancee

Last synced: 2 months ago
JSON representation

Projet de l'UE programmation avancée. Pacman avec SDL2

Awesome Lists containing this project

README

        

# **Projet Programmation Avancée 2023**
## *Réalisation du jeu PAC-MAN (Namco 1980)*

### **Objectif du projet**
L'objectif du projet est de réaliser un remake du jeu PAC-MAN (Namco 1980). Le travail s'orientera autour de deux axes : le respect des règles et interface du jeu originel, l'utilisation poussée de C++ moderne.

## Projet réalisé par :

- DEROUSSEAUX Nathanaël
- JARDOT Charles

## Commandes :

### Quick start

```bash
# Compiler les sources
$ make

# Lancer le jeu
./Pacman
```

## Liens externes

Vous pouvez trouver notre gitlab [ici](https://git.unistra.fr/nderousseaux/projet-programmation-avancee)


pacman