https://github.com/chadowo/pong-taylor
Pong made in the Taylor game framework
https://github.com/chadowo/pong-taylor
game mruby pong pong-game ruby
Last synced: 4 months ago
JSON representation
Pong made in the Taylor game framework
- Host: GitHub
- URL: https://github.com/chadowo/pong-taylor
- Owner: Chadowo
- License: mit
- Created: 2023-06-19T00:40:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T01:18:47.000Z (over 1 year ago)
- Last Synced: 2025-01-08T08:40:58.973Z (6 months ago)
- Topics: game, mruby, pong, pong-game, ruby
- Language: Ruby
- Homepage:
- Size: 880 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong In Taylor

Pong made in the [Taylor game framework](https://github.com/HellRok/Taylor).
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.
![]()
## Play it
## Development
First clone the project:
```console
git clone https://github.com/Chadowo/pong-taylor.git
```and [download Taylor for your platform](https://taylor.oequacki.com/#downloads) (you can grab it from the [releases on github](https://github.com/HellRok/Taylor/releases) 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](https://www.docker.com/)
installed and working.## Assets
Credits goes to [domsson](https://opengameart.org/users/domsson) on
opengameart for the pong graphics.see [CREDITS.txt](assets/CREDITS.txt).
## License
This project is licensed under the [MIT license](LICENSE).