Add a little bit of information on the readme.

This commit is contained in:
SeanOMik 2021-03-12 22:09:07 -06:00
parent 2aeacca536
commit c8dccc9907
No known key found for this signature in database
GPG Key ID: CA09E5BE1F32728A
1 changed files with 11 additions and 1 deletions

View File

@ -1 +1,11 @@
game_engine
## SimpleEngine
SimpleEngine is a 2D game engine written in C++20. Its main focus is simplicity of all systems.
## State
This game engine is not near being ready for an actual game. Its more of something for me to mess around with to learn new C++ concepts.
## Dependencies
* [SFML2](https://www.sfml-dev.org/)
## Install
Should be simple, just install SFML2 from somewhere and make sure that CMake can find it. For windows I used vcpkg, you can use whatever.