Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 662 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 662 Bytes

Contributing

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.

Setup

To get ready to work on the codebase, please do the following:

  1. Fork & clone the repository, and make sure you're on the main branch
  2. If you don't have SDL-2 Library Installed then make sure to do so by
    1. sudo apt-get install libsdl2-2.0
    2. sudo apt-get install libsdl2-dev
    3. Also, `sudo apt install libsdl2-image-dev
  3. You can run the program by make command
  4. Make the changes you want to make
  5. Submit a pull request