diff --git a/README.md b/README.md index 5a8a320..a7fec40 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ -# sfml-template +# elnutris -> **Disclaimer:** I don't know what I'm doing. This template may not be following best practices and is primarily intended for my own use, so take everything here with a grain of salt. If you see something wrong, please open an issue. - -Elnu's project template for developing games with C++ and [SFML](https://www.sfml-dev.org/index.php). - -For build instructions, see the [build folder](build). - -### Credits - -`CMakeLists.txt` is based on [a tutorial by codevion on YouTube](https://www.youtube.com/watch?v=mKZ-i-UfGgQ), and the specific SFML configuration is from [an article by Dane Bulat on Medium](https://dane-bulat.medium.com/cmake-building-sfml-and-game-projects-on-linux-3947b3ba6e8). Please check these out if you're just getting started, they were helpful to me as a beginner. - -[`src/Main.cpp`](src/Main.cpp) is taken from the [official SFML and Linux getting started guide](https://www.sfml-dev.org/tutorials/2.5/start-linux.php). \ No newline at end of file +A Tetris clone made in C++ and [SFML](https://www.sfml-dev.org/).