Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 905 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 905 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

How to learn the program structure?

** see the dirStructure.txt file.

Tasks Todo Sequence

  1. basic gameplay with a play and exit menu.
  2. make moving background to the game.
  3. set up the scoring system
  4. add basic audio.