WildTetris is a simple console based tetris game built in C++ for windows.
- Windows 7/8/8.1/10 operating system
- GCC Compiler with C++ 17
- Make (optional)
Run:
> make build
Then go to the bin
folder, and start the game with the file called wildtetris.exe
. Or run:
> .\bin\wildtetris.exe
If the building was successful and the bin/wildtetris.exe
file were created but the game didn't start or it immediatly crashed, then copy the libgcc_s_sjlj-1.dll
dll file to the bin
directory and try again.
This project is open for any kind of contribution from anyone.
- Fork this repository
- Create a new branch (optional)
- Clone it
- Make your changes
- Upload them
- Make a pull request here
- Profit.
This project is licensed under the MIT License - see the LICENSE.md file for details