From c8dccc9907156cf0256fc2799e2cd8162c3477cf Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Fri, 12 Mar 2021 22:09:07 -0600 Subject: [PATCH] Add a little bit of information on the readme. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 998d087..4503838 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file