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
- Host: GitHub
- URL: https://github.com/nderousseaux/pacman
- Owner: nderousseaux
- Created: 2023-05-24T14:39:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T22:16:09.000Z (about 2 years ago)
- Last Synced: 2025-02-12T18:34:50.019Z (4 months ago)
- Topics: education, master-siris, school-project, sdl2, ue-programmation-avancee
- Language: C++
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
![]()