https://github.com/malespiaut/pang
SDL2 clone of the 1989 arcade game Pang! by Mitchell Corporation.
https://github.com/malespiaut/pang
arcade arcade-game balls c-game game sdl2
Last synced: about 1 month ago
JSON representation
SDL2 clone of the 1989 arcade game Pang! by Mitchell Corporation.
- Host: GitHub
- URL: https://github.com/malespiaut/pang
- Owner: malespiaut
- License: gpl-2.0
- Created: 2023-08-28T15:27:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T22:19:20.000Z (over 1 year ago)
- Last Synced: 2025-01-29T04:26:10.262Z (3 months ago)
- Topics: arcade, arcade-game, balls, c-game, game, sdl2
- Language: C
- Homepage:
- Size: 2.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Pang for Linux!
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPLv2 License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]## About the project
Pang for Linux! is a clone of the [1989 arcade game Pang!](https://en.wikipedia.org/wiki/Buster_Bros.).
## Prerequisites
You need SDL2, SDL2 Mixer, SDL2 Image, and SDL2 GFX to compile this game.
## Getting Started
```
cd src/
make
```## Controls
Use the left and right arrows to move the character on screen, and press the letter C to shoot a wire upwards.
## License
This game is released under the GPLv2 license.
## Acknowledgments
This game is a tribute to the original “Pang!” arcade game, released in 1989 by Mitchell Corporation.
## Author
The code have originaly been written by [Michel Louvet](https://github.com/bfggamepassion).
SDL2 port by Marc-Alexandre Espiaut.
[contributors-shield]: https://img.shields.io/github/contributors/malespiaut/pang.svg?style=for-the-badge
[contributors-url]: https://github.com/malespiaut/pang/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/malespiaut/pang.svg?style=for-the-badge
[forks-url]: https://github.com/malespiaut/pang/network/members
[stars-shield]: https://img.shields.io/github/stars/malespiaut/pang.svg?style=for-the-badge
[stars-url]: https://github.com/malespiaut/pang/stargazers
[issues-shield]: https://img.shields.io/github/issues/malespiaut/pang.svg?style=for-the-badge
[issues-url]: https://github.com/malespiaut/pang/issues
[license-shield]: https://img.shields.io/github/license/malespiaut/pang.svg?style=for-the-badge
[license-url]: https://github.com/malespiaut/pang/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/marc-alexandre-espiaut-a77b49153/