blob: 068bb39d80b83ab2c2e04fc28a93b14e71670d1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
```
______
| ___ \
| |_/ /__ _ __ __ _
| __/ _ \| '_ \ / _` |
| | | (_) | | | | (_| |
\_| \___/|_| |_|\__, |
__/ |
|___/
~~~~~~~~~~~~~~~~~~~~~~~~
Pong in C++.
This a game recreating the Pong game in C++.
Move with the left and right arrow keys and any key to
shoot. (You might have to disable Sticky Keys in Windows.)
Enjoy it!
```
<!-- ABOUT THE PROJECT -->
## About The Project
Pong in C++.
<!-- GETTING STARTED -->
## Getting Started
[Clone or download](https://github.com/8cy/cpp-examples/cpp-pong) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner.
> *[Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) by [Jun Han](https://marketplace.visualstudio.com/publishers/formulahendry) on the [VSCode Marketplace](https://marketplace.visualstudio.com/) is my Code Runner of choice but you can feel free to use anything that works for you.*
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* Your favourite C++ Compiler
<!-- CONTRIBUTING -->
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
<!-- LICENSE -->
## License
Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more information.
<!-- CONTACT -->
## Contact
s1nical - [@9inny](https://twitter.com/9inny) - [email protected]
Project Link: [https://github.com/8cy/cpp-examples/cpp-pong](https://github.com/8cy/cpp-examples/cpp-pong)
|