summaryrefslogtreecommitdiff
path: root/cpp-pong/README.md
diff options
context:
space:
mode:
authors1n <[email protected]>2019-11-27 22:57:39 -0800
committerGitHub <[email protected]>2019-11-27 22:57:39 -0800
commit2d74950cf107daa391dba6f483a390e57c60dd0b (patch)
tree3574985152c31ba2b9a97ad4d1f33c0b5bc0e206 /cpp-pong/README.md
parentInitial commit (diff)
downloadcpp-examples-2d74950cf107daa391dba6f483a390e57c60dd0b.tar.xz
cpp-examples-2d74950cf107daa391dba6f483a390e57c60dd0b.zip
Add files via upload
Diffstat (limited to 'cpp-pong/README.md')
-rw-r--r--cpp-pong/README.md88
1 files changed, 88 insertions, 0 deletions
diff --git a/cpp-pong/README.md b/cpp-pong/README.md
new file mode 100644
index 0000000..317d155
--- /dev/null
+++ b/cpp-pong/README.md
@@ -0,0 +1,88 @@
+```
+______
+| ___ \
+| |_/ /__ _ __ __ _
+| __/ _ \| '_ \ / _` |
+| | | (_) | | | | (_| |
+\_| \___/|_| |_|\__, |
+ __/ |
+ |___/
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+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-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 - [@s1nical](https://twitter.com/s1nical) - [email protected]
+
+Project Link: [https://github.com/8cy/cpp-pong](https://github.com/8cy/cpp-pong)
+
+
+
+
+
+<!-- MARKDOWN LINKS & IMAGES -->
+<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
+[contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square
+[contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
+[forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square
+[forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
+[stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square
+[stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
+[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
+[issues-url]: https://github.com/othneildrew/Best-README-Template/issues
+[license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
+[license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
+[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
+[linkedin-url]: https://linkedin.com/in/othneildrew
+[product-screenshot]: images/screenshot.png