Skip to content

rubynho/crystal_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crystal Pong

Implementing the old Pong game with Crystal and CrSFML following this video from Tantan.

Running the game

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.

pong-game

Contributing

  1. Fork it (https://github.com/your-github-user/crystal_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

Releases

No releases published

Packages

No packages published