ShootEmUp game from sfml game development book by Jan Haller, Henrik Vogelius Hansson, Artur Moreira
my aim is to create a simple engine with help of libraries to create games and i begin with this game.
- Reimplement ShootEmUp game from sfml book.
- Refactor using the thor library.
- Refactor using the tgui library.
- Replace box2d for colission handling.
- Refactor using entt library.
- Add modding support with lua or python if possible.
- seperate the engine and game code.
- make another repo for engine.
first we are gonna copy the game mentioned in the book and after completing it we refactor it and add Thor library instead of some code that we written, then gonna replace box2d for colission handling and at the end gonna use the entt library.
original repository of the book: [Sfml Game development book github](https://github.com/SFML/SFML-Game-Development-Book)