Skip to content

dee12452/GahoodTetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gahood Tetris

Gahood Tetris is a cross platform game written in C++ using C++11 and SDL2

What is Gahood Tetris?

It's essentially tetris but built from the ground up using the C++ programming language and the SDL2 library.

Developer Installation

Clone

  • First clone the repository into your desired directory
git clone 'https://github.com/dee12452/GahoodTetris.git'

Android

  • Copy SDL2 and SDL2_image source code into jni/SDL2 and jni/SDL2_image respectively
  • Navigate to the project folder
cd Android/GahoodTetrisProject
  • Build the project using Android NDK
ndk-build
  • Install using ant
ant debug install

Desktop

  • Navigate to the desktop make folder
cd Desktop/make
  • Call make
make
  • Then run the binary
./game.o

--Screenshots--

Screenshot Screenshot Screenshot