Skip to content

sewe2000/stetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stetris

Simple Tetris clone written in C++ using SFML. The game has been tested only on GNU/Linux system so far.

Alt text

Building dependencies (on Linux)

Installation instructions

  1. Clone this repo or download source from the release page
$ git clone https://github.com/sewe2000/stetris.git
  1. Enter the directory
$ cd stetris
  1. On Linux run stetris file. On Windows run stetris.exe
  2. Have fun ;)

Building instructions for GNU/Linux

  1. Clone this repository
$ git clone https://github.com/sewe2000/stetris.git
  1. Enter the directory
$ cd stetris
  1. Build the project
$ make
  1. Run the game and have fun ;)
./stetris

About

Simple Tetris clone written in C++ using SFML

Resources

License

Stars

Watchers

Forks

Packages

No packages published