/pong-taylor

Pong made in the Taylor game framework

Primary LanguageRubyMIT LicenseMIT

Pong In Taylor

GitHub release (with filter) GitHub

Pong made in the Taylor game framework. It features a really simple AI to play with and the classic Pong mechanics. The motivation behind this project was to get my feet wet with taylor and ruby for game development.

In game screenshot

Play it

Get it on GitHub

Development

First clone the project:

git clone https://github.com/Chadowo/pong-taylor.git

and download Taylor for your platform (you can grab it from the releases on github too). Once that's done you should move the taylor executable to the directory where you cloned the project, then it should be as easy as running the taylor executable to play the game.

To export the game, run ./taylor export (or rake export), make sure you have Docker installed and working.

Assets

Credits goes to domsson on opengameart for the pong graphics.

see CREDITS.txt.

License

This project is licensed under the MIT license.