Implementing the old Pong game with Crystal and CrSFML following this video from Tantan.
In order to run the game locally you will just need the latest version of Crystal and run the following command.
- Fetch the dependencies and run the game:
$ shards install && crystal src/crystal_pong.cr
And voilà, the game is running.
- Fork it (https://github.com/your-github-user/crystal_pong/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- rubynho - creator and maintainer