Moteur de jeu écrit en C++ utilisant la librairie graphique SDL2.
Go to file
Ulysse Cura 49bbaaca99 Syntaxe fixes 2024-11-29 10:41:50 +01:00
.vscode Using VsCode for programming !! :-) 2024-10-17 18:06:35 +02:00
ECS Syntaxe fixes 2024-11-29 10:41:50 +01:00
IP Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
externLibs/nlohmann Changement du chemin d'accès pour la lib nlohmann/json 2024-09-06 17:37:03 +02:00
ressources Changes the map for tests and debuging 2024-10-17 20:39:13 +02:00
.gitignore Merge branch 'Gestions_hitbox' into main 2024-09-08 14:05:49 +02:00
Camera.hpp Change how camera works. 2024-10-17 18:19:22 +02:00
ChannelManager.hpp Add more useless commentary 2024-10-17 18:23:58 +02:00
CompilerFileList.txt Changes the map for tests and debuging 2024-10-17 20:39:13 +02:00
Events.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
Game.cpp Camera changes update 2024-10-17 20:37:22 +02:00
Game.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
MapManager.cpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
MapManager.hpp Changement du chemin d'accès pour la lib nlohmann/json 2024-09-06 17:37:03 +02:00
README.md README 2024-09-06 18:47:37 +02:00
TextureManager.cpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
TextureManager.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
TileMap.cpp Syntaxe fixes 2024-11-29 10:41:50 +01:00
TileMap.hpp Syntaxe fixes 2024-11-29 10:41:50 +01:00
Vector2D.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
Vector2D.tpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
main.cpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00

README.md

2D_Engine

Moteur de jeu écrit en C++ utilisant la librairie graphique SDL2.

Sources

La librairie nlohmann/json provient de Nlohmann sur Github (https://github.com/nlohmann/json).

Les assets proviennent de Anokolisa sur itch.io (https://anokolisa.itch.io/dungeon-crawler-pixel-art-asset-pack).

L'ECS est basé sur celui de Let's Make Games ! sur youtube (https://www.youtube.com/watch?v=XsvI8Sng6dk&list=PLhfAbcv9cehhkG7ZQK0nfIGJC_C-wSLrx&index=9).