Skip to content

🕹️ Cross-platform Tetris environment made with ♥, I mean, Rust.

Notifications You must be signed in to change notification settings

MrRobb/tetris-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris-rs

HitCount Build Status codecov GitHub Issues Github Stars

I am working in a refactoring of this but made in Rust which is basically C++ but with steroids.

Description

It is a cross-platform Tetris environment with an extremely simple AI that evolves with genetic algorithms. Nothing too fancy. Yet.

The progress of the project can be seen here.

screenshot

Download

I have barely started it so, I will upload binaries once it is finished.

Build

Install Rust

On Linux and macOS systems, this is done as follows:

curl https://sh.rustup.rs -sSf | sh

On Windows, download and run rustup-init.exe. It will start the installation in a console and present the above message on success.

Build the project

You definitely do not want to this.

cargo build             # debug
cargo build --release   # release

Usage

You definitely do not want to this.

cargo run               # debug
cargo run --release     # release

About

🕹️ Cross-platform Tetris environment made with ♥, I mean, Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages