diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..593e924 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 8enrich + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index fcd03a2..bc75f2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,44 @@ -# Letris -Repositório do projeto Letris +

+ Letris Logo +

+ +

A Simple and Minimalistic Tetris Clone (Powered by raylib)

+ +

+ Total Downloads + Stars + Commits + License + Build Status +

+ +## Description + +Letris is an open-source Tetris clone developed in C++ using [raylib](https://github.com/raysan5/raylib) and [nlohmann/json](https://github.com/nlohmann/json). It features a simple and minimalistic design, aiming to capture the essence of the classic game with modern touches. + +## Features + +- **Minimalistic Design**: A clean and straightforward user interface. +- **Cross-Platform**: Compatible with multiple operating systems. +- **Customizable Settings**: Adjust game settings to your preference. +- **High Score Tracking**: Keep track of your best scores. + +## Installation + +in progress + +## Usage + +in progress + +## Contributing + +Contributions are welcome! Please refer to the `CONTRIBUTING.md` file for guidelines on how to contribute to this project. + +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. + +## Contact + +For any inquiries or support, please open an issue on the [GitHub repository](https://github.com/8enrich/Letris).