https://github.com/voltamon/dotriminoes
https://github.com/voltamon/dotriminoes
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voltamon/dotriminoes
- Owner: Voltamon
- Created: 2025-03-16T17:30:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T18:49:14.000Z (about 1 year ago)
- Last Synced: 2025-03-16T18:55:49.581Z (about 1 year ago)
- Language: C
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
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

## 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: