Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wader/gtktetris

Simple GTK tetris game
https://github.com/wader/gtktetris

game gtk gtk2 gtk3 tetris

Last synced: 8 days ago
JSON representation

Simple GTK tetris game

Awesome Lists containing this project

README

        

## GtkTetris

A simple Tetris clone for the GTK library.

## Requirements

- GTK 2 >= 2.14
- GTK 3 >= 3.14

## Installation

Run

- ./configure --prefix=/usr
- make
- make install

By default the GTK3 port is compiled, use `--enable-gtk2`
or `--disable-gtk3` to compile the GTK2 port.

- ./configure --prefix=/usr --enable-gtk2

The GTK3 version provides HiDPI support with:

- `GDK_SCALE=2 ./gtktetris` - make UI 2x bigger
- `GDK_SCALE=3 ./gtktetris` - make UI 3x bigger

You can also just run the compiled binary: src/gtktetris.