Moteur de jeu écrit en C++ utilisant la librairie graphique SDL2.
Go to file
Ulysse Cura 1e29f7e4a5 Merge branch 'Gestions_hitbox' into main
# Conflicts:
#    .gitignore
2024-09-08 14:05:49 +02:00
ECS Merge branch 'Gestions_hitbox' into main 2024-09-08 14:05:49 +02: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 ECS/ECS.hpp is now beautiful ! 2024-09-08 13:58:06 +02:00
.gitignore Merge branch 'Gestions_hitbox' into main 2024-09-08 14:05:49 +02:00
Camera.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
ChannelManager.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
CompilerFileList.txt ECS/ECS.hpp is now beautiful ! 2024-09-08 13:58:06 +02:00
Events.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02:00
Game.cpp Disable non-used events. 2024-09-07 18:42:49 +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 Changement du chemin d'accès pour la lib nlohmann/json 2024-09-06 17:37:03 +02:00
TileMap.hpp Version 0.8.0 du moteur. 2024-09-06 08:45:17 +02: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).