https://github.com/michaelradu/rusty-pong
Rusty Pong: the classic Atari game rewritten in Rust!
https://github.com/michaelradu/rusty-pong
Last synced: 8 months ago
JSON representation
Rusty Pong: the classic Atari game rewritten in Rust!
- Host: GitHub
- URL: https://github.com/michaelradu/rusty-pong
- Owner: michaelradu
- License: gpl-3.0
- Created: 2022-04-21T17:08:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T17:13:48.000Z (about 4 years ago)
- Last Synced: 2025-10-11T23:43:20.268Z (8 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕹️ Rusty Pong 🕹️
[![Stargazers][stars-shield]][stars-url]
[![Forks][forks-shield]][forks-url]
[![Contributors][contributors-shield]][contributors-url]
[![Issues][issues-shield]][issues-url]
[![GPLv3 License][license-shield]][license-url]
The classic Pong game rewritten in Rust with [ggez](https://ggez.rs/) and [nalgebra](https://nalgebra.org/).
## Licence
[GPLv3](michaelradu/rusty-pong/LICENSE) © [Michael Radu](https://www.mihairadu.cf)
[contributors-shield]: https://img.shields.io/github/contributors/michaelradu/rusty-pong.svg?style=social
[contributors-url]: https://github.com/michaelradu/rusty-pong/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/michaelradu/rusty-pong.svg?style=social
[forks-url]: https://github.com/michaelradu/rusty-pong/network/members
[stars-shield]: https://img.shields.io/github/stars/michaelradu/rusty-pong.svg?style=social
[stars-url]: https://github.com/michaelradu/rusty-pong/stargazers
[issues-shield]: https://img.shields.io/github/issues/michaelradu/rusty-pong.svg?style=social
[issues-url]: https://github.com/michaelradu/rusty-pong/issues
[license-shield]: https://img.shields.io/github/license/michaelradu/rusty-pong.svg?style=social
[license-url]: https://github.com/michaelradu/rusty-pong/blob/master/LICENSE