If you wish to contribute to this repository, feel free to fork the repository and submit a pull request. We welcome any contribution; small or big, code or no-code.
To get ready to work on the codebase, please do the following:
- Fork & clone the repository, and make sure you're on the main branch
- If you don't have SDL-2 Library Installed then make sure to do so by
sudo apt-get install libsdl2-2.0
sudo apt-get install libsdl2-dev
- Also, `sudo apt install libsdl2-image-dev
- You can run the program by
make
command - Make the changes you want to make
- Submit a pull request