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

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

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).

![Screenshot](https://raw.githubusercontent.com/edubart/tetrix/master/tetrix.png)

## 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`.