-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from 8enrich/Develop
Mudanças no README e colocando uma License
- Loading branch information
Showing
2 changed files
with
65 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,44 @@ | ||
# Letris | ||
Repositório do projeto Letris | ||
<p align="center"> | ||
<a href="https://github.com/8enrich/Letris" target="blank"><img src="https://github.com/user-attachments/assets/2c076b86-635c-428d-8e32-2f2df8bd239c" width="400" alt="Letris Logo" /></a> | ||
</p> | ||
|
||
<h4 align="center">A Simple and Minimalistic Tetris Clone (Powered by <a href="https://github.com/raysan5/raylib">raylib</a>)</h4> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/8enrich/Letris/releases"><img src="https://img.shields.io/github/downloads/8enrich/Letris/total" alt="Total Downloads" /></a> | ||
<a href="https://github.com/8enrich/Letris/stargazers"><img src="https://img.shields.io/github/stars/8enrich/Letris?style=flat&label=stars" alt="Stars" /></a> | ||
<a href="https://github.com/8enrich/Letris/commits/master"><img src="https://img.shields.io/github/commits-since/8enrich/Letris/0.0.4-alpha-multiplataform" alt="Commits" /></a> | ||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/github/license/8enrich/Letris" alt="License" /></a> | ||
<a href="https://github.com/8enrich/Letris/actions"><img src="https://img.shields.io/github/actions/workflow/status/8enrich/Letris/cmake-multi-platform.yml" alt="Build Status" /></a> | ||
</p> | ||
|
||
## 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). |