https://github.com/edubart/tetrix
Tetris like game made in Nelua for RIV fantasy console
https://github.com/edubart/tetrix
nelua raylib tetris
Last synced: 8 months ago
JSON representation
Tetris like game made in Nelua for RIV fantasy console
- Host: GitHub
- URL: https://github.com/edubart/tetrix
- Owner: edubart
- Created: 2020-07-31T19:49:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T20:12:51.000Z (over 1 year ago)
- Last Synced: 2025-07-04T04:55:49.785Z (8 months ago)
- Topics: nelua, raylib, tetris
- Language: Lua
- Homepage: https://emulator.rives.io/#cartridge=https://raw.githubusercontent.com/edubart/cartridges/main/tetrix.sqfs
- Size: 1.52 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetrix
A Tetris like game written in [Nelua](https://nelua.io/) for [RIV](https://docs.rives.io) fantasy console.
You can play it in your browser
[here](https://emulator.rives.io/#cartridge=https://raw.githubusercontent.com/edubart/cartridges/main/tetrix.sqfs).

## Compiling
First make sure you have the RIV SDK installed in your environment, then just type `make` to compile.
You can also play it by typing `make run`.