Skip to content

Exatio/tetriste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetriste

Screenshots

CLI Mode - normal CLI Mode - combo GUI Mode - title screen GUI Mode - gameplay GUI Mode - pause screen

Description

Tetriste is a game similar to the famous Tetris.
It was made as part of a C programming project.
You can find it in this Github repo

Installation

To install the game, just clone the git repository and compile the program with the make all command.

Usage

To launch the game in CLI mode, use the ./tetriste cli command.
To start it in GUI mode, use the ./tetriste gui command.

Controls

During the gameplay, you can currently use the following controls:

  • Insert a piece to the left/right : Left/Right arrow
  • Rotate through the shape cycle : S, D, C, T, A, M
  • Rotate through the color cycle : R, B, Y, G, P, W
  • Switch the music or disable it : 1, 2, 3, 4
  • Pause menu : Esc

C Coding Style Conventions

We use the Hungarian C notation

About

Tetriste - A simple C game project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published