An open API service indexing awesome lists of open source software.

https://github.com/voltamon/dotriminoes


https://github.com/voltamon/dotriminoes

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Dotriminoes

## Description
This is a Dotriminoes game (you can also call it as a mini version of Tetris) written using the `raylib.h` library in C. Well, I have not tested the code yet for cross-platform. However, the `dotris.exe` file works fine on Windows

> [!IMPORTANT]
> [Disclaimer] This code is not completely bug free and can be made better. I am still learning C.

## Preview
![image](https://github.com/user-attachments/assets/a7195beb-bf3a-4e56-b48c-540ce346043b)

## Getting Started
- [x] Clone this repository
```
git clone https://github.com/Voltamon/Dotriminoes.git
```
- [x] Navigate to this directory
```
cd Dotriminoes
```
- [x] Run code-runner.ps1 (if you are on Windows)
```
.\code-runner.ps1
```
OR
- [x] Try running dotris.exe directly (If you are on Linux or MacOS)
```
./dotris.exe
```
### Enjoy the Game :+1: