From 35b08106a9d9ab115fdb7c84dc6e88597f06935c Mon Sep 17 00:00:00 2001 From: dabzr <128552152+dabzr@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:06:20 -0300 Subject: [PATCH 1/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE 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. From 15ce3622f0a7005621e82d8af064cd5327599b05 Mon Sep 17 00:00:00 2001 From: dabzr <128552152+dabzr@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:32:05 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd03a2..b41bcd1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# Letris -Repositório do projeto Letris +

+ Letris Logo +

+

This is a Tetris clone made in C++ with Raylib

+

+ +[![GitHub Releases Downloads](https://img.shields.io/github/downloads/8enrich/Letris/total)](https://github.com/8enrich/Letris/releases) +[![GitHub Stars](https://img.shields.io/github/stars/8enrich/Letris?style=flat&label=stars)](https://github.com/8enrich/Letris/stargazers) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/8enrich/Letris/0.0.4-alpha-multiplataform)](https://github.com/raysan5/raylib/commits/master) +Package License +

From 99e7a7e0c9926e2982e66f57e59e94279637cafc Mon Sep 17 00:00:00 2001 From: dabzr <128552152+dabzr@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:57:22 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 47 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b41bcd1..bc75f2e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,44 @@

- Letris Logo + Letris Logo

-

This is a Tetris clone made in C++ with Raylib

+ +

A Simple and Minimalistic Tetris Clone (Powered by raylib)

+

- -[![GitHub Releases Downloads](https://img.shields.io/github/downloads/8enrich/Letris/total)](https://github.com/8enrich/Letris/releases) -[![GitHub Stars](https://img.shields.io/github/stars/8enrich/Letris?style=flat&label=stars)](https://github.com/8enrich/Letris/stargazers) -[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/8enrich/Letris/0.0.4-alpha-multiplataform)](https://github.com/raysan5/raylib/commits/master) -Package License + 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).