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.
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.
Credits goes to domsson on opengameart for the pong graphics.
see CREDITS.txt.
This project is licensed under the MIT license.