Skip to content

IAP University of Venice project. X-Tetris is an advanced version of the original Tetris game.

Notifications You must be signed in to change notification settings

Zanotto-Enrico/X-Tetris

Repository files navigation

XTetris

X-Tetris is a different implementation of the original Tetris game, written entirely in ANSI C. The project was developed by me as part of the IAP course at the University of Venice.

It runs entirely in the terminal and relies solely on the C standard library, requiring no external dependencies, making it lightweight and easily portable across platforms.

20240928_11h07m57s_grim

Features

  • Simple and intuitive interface
  • Player vs CPU
  • Multiplayer

Requirements

  • C compiler
  • Make

Installation

  1. Clone the repository:

    git clone https://github.com/Zanotto-Enrico/XTetris.git
  2. Compile the game using make:

    cd XTetris
    make
  3. Run the game:

    ./X-Tetris

Game Controls

  • Arrow keys to move the blocks.
  • R to rotate the blocks.
  • Enter to position the block

License

This project is open-source and available under the MIT License.

About

IAP University of Venice project. X-Tetris is an advanced version of the original Tetris game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published