Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 772 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 772 Bytes

raylib_pong

A game where you try to get the ball past the opponents paddle

Installation

  1. Install raylib from github
  2. Run make install in raylib
  3. Download the code
  4. Run 'shards run' from the install directory

Contributing

  1. Fork it (https://github.com/your-github-user/raylib_pong/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors