raylib_pong

Version, currently main branch1 version
  • main branchlatestAug 24, 2023

github.com/D-Shwagginz/raylib_pong

No description declared in shard.yml.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  raylib_pong:
    github: D-Shwagginz/raylib_pong
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.9.2
License
MIT
Author
your-name-here <your-email-here>
Target
  • raylib_pong from src/raylib_pong.cr

Dependencies

Runtime Dependencies

README

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

  • D. Shwagginz (https://github.com/D-Shwagginz) - creator
  • Sol-vin (https://github.com/sol-vin) - co-creator