Skip to content

moisesjbc/moblok

Repository files navigation

Moblok'

Ver en Español

Moblok' screenshot

About

Moblok' is a clone of the game Tetris. It has been developed in C++ and making use of the SDL libraries (2.0).

Current status

Almost completed but inactive. A playable demo can be downloaded from the releases page.

Playing the latest release

  1. Go to the releases page.
  2. Find and download the latest release that matches your OS and architecture.
  3. (Windows only): Unzip the downloaded file and execute moblok.exe.
  4. (Linux only - DEB): Unzip and install the downloaded DEB package. Then, execute Moblok' from Ubuntu's dashboard.
  5. Enjoy!.

Building Moblok' from code (Tested in Ubuntu 14.04)

Dependencies

Building tools:

Libraries (both development and runtime versions):

Donwloading and building

  1. Install the dependencies.
sudo apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev fonts-liberation
  1. Clone the Moblok' repository at Github
git clone git@github.com:moisesjbc/moblok.git
  1. Enter in Moblok' directory
cd moblok
  1. Build the game
cmake .
make
sudo make install
  1. Run the game and enjoy!
moblok

License

Own work

Third-party work