Tetris game using Raylib with C and C++

Download Raylib for your OS (Optional but Recommended)
If downloaded Raylib in Windows add it to C:/ (Recommended) for faster detection
If downloaded Raylib in Linux select option 2 when running the script and enter/paste the absolute path to raylib.h
If these steps are not done no problem setup.py will do all the neccessary setps to run the project
- Clone the repo:
git clone https://github.com/yashwanth2706/Tetris - Run setup.py (This setup will run and install all the dependencies and run the project
Windows:python setup.py
Linux:python3 setup.py
Note: Setup may take approximately 2 mins to complete the steps depending on the System Enjoy The Game : )
Known bugs: In Windows you might not be able to here the game sound when compiled Solution: Once compiled just run TetriesGame.exe directly from CMD or double click the file