-
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.
- Loading branch information
Showing
1 changed file
with
40 additions
and
7 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 |
---|---|---|
@@ -1,11 +1,44 @@ | ||
<p align="center"> | ||
<a href="https://github.com/8enrich/Letris" target="blank"><img src="https://github.com/user-attachments/assets/f1ca6c27-c00c-461c-be91-ff10452b4622" width="400" alt="Letris Logo" /></a> | ||
<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> | ||
<p align="center">This is a Tetris clone made in C++ with Raylib</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"> | ||
|
||
[![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) | ||
<a href="https://www.npmjs.com/~nestjscore" target="_blank"><img src="https://img.shields.io/npm/l/@nestjs/core.svg" alt="Package License" /></a> | ||
<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). |