dfszabo / tetris-c

Tetris implementation in C ported from Rust implementation. Self-playing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selfplaying Tetris

A tetris backported from Rust to C. Using basic genetic algorithm to fine tune the decision making function called bot.

Alt Text

Build & Use

Can be bult with a simple make command. To use it with gui add -gui parameter like

./Tetris -gui

About

Tetris implementation in C ported from Rust implementation. Self-playing.


Languages

Language:C 99.4%Language:Makefile 0.6%