Skip to content

Commit d82183b

Browse files
committed
New README.md
1 parent ac8994b commit d82183b

File tree

4 files changed

+60
-7
lines changed

4 files changed

+60
-7
lines changed

README

-7
This file was deleted.

README.md

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Pang for Linux!
2+
3+
<p align="center">
4+
<a href=""><img src="docs/resources/gameplay.gif" alt="Pang for Linux!" width="320px"></a>
5+
</p>
6+
7+
[![Contributors][contributors-shield]][contributors-url]
8+
[![Forks][forks-shield]][forks-url]
9+
[![Stargazers][stars-shield]][stars-url]
10+
[![Issues][issues-shield]][issues-url]
11+
[![MIT License][license-shield]][license-url]
12+
[![LinkedIn][linkedin-shield]][linkedin-url]
13+
14+
## About the project
15+
16+
Pang for Linux! is a clone of the [1989 arcade game Pang!](https://en.wikipedia.org/wiki/Buster_Bros.), originally written by .
17+
18+
## Prerequisites
19+
20+
You need SDL2, SDL2 Mixer, SDL2 Image, and SDL2 GFX to compile this game.
21+
22+
## Getting Started
23+
24+
```
25+
cd src/
26+
make
27+
```
28+
29+
## Controls
30+
31+
Use the left and right arrows to move the character on screen, and press the letter C to shoot a wire upwards.
32+
33+
## License
34+
35+
This game is released under the GPLv2 license.
36+
37+
## Acknowledgments
38+
39+
This game is a tribute to the original “Pang!” arcade game, released in 1989 by Mitchell Corporation.
40+
41+
## Author
42+
43+
The code have originaly been written by [Michel Louvet](https://github.com/bfggamepassion).
44+
45+
SDL2 port by Marc-Alexandre Espiaut.
46+
47+
<!-- MARKDOWN LINKS & IMAGES -->
48+
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
49+
[contributors-shield]: https://img.shields.io/github/contributors/malespiaut/pang.svg?style=for-the-badge
50+
[contributors-url]: https://github.com/malespiaut/pang/graphs/contributors
51+
[forks-shield]: https://img.shields.io/github/forks/malespiaut/pang.svg?style=for-the-badge
52+
[forks-url]: https://github.com/malespiaut/pang/network/members
53+
[stars-shield]: https://img.shields.io/github/stars/malespiaut/pang.svg?style=for-the-badge
54+
[stars-url]: https://github.com/malespiaut/pang/stargazers
55+
[issues-shield]: https://img.shields.io/github/issues/malespiaut/pang.svg?style=for-the-badge
56+
[issues-url]: https://github.com/malespiaut/pang/issues
57+
[license-shield]: https://img.shields.io/github/license/malespiaut/pang.svg?style=for-the-badge
58+
[license-url]: https://github.com/malespiaut/pang/blob/master/LICENSE.txt
59+
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
60+
[linkedin-url]: https://linkedin.com/in/marc-alexandre-espiaut-a77b49153/
File renamed without changes.

docs/resources/gameplay.gif

264 KB
Loading

0 commit comments

Comments
 (0)