Honestly I was just bored so I made this. Prolly going to work on this later but right now I will most likely drop this.
if for some reason you want to download this and compile it here are dependencies. Outstanding amount.
- raylib
- c++
(amazing right?)
- visual studio 2015 or newer
- git
- windows 7 or newer
- First download vcpkg using the guide here
- Enter the folder where vcpkg is located using cmd
- Type
vcpkg install raylib[use-audio]
- After raylib installs type
vcpkg install raylib[use-audio]:x64-windows
- After the installation ends type
vcpkg integrate install
- Download the project and open it via Visual Studio and all should work properly!
- custom tetromino support (add your own pieces)
- custom board creation
- modern SRS rotation system
- support for adding any custom rotation system
- level select menu
- custom tetromino skins