An open API service indexing awesome lists of open source software.

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!

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