diff options
| author | s1n <[email protected]> | 2020-02-27 13:24:52 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:24:52 -0800 |
| commit | 11bd856b03f8512dcf45983c551fc1889962cebe (patch) | |
| tree | a0c357aa28b204384c9ce9d8d3ea14e71ecc2577 /cpp-pong | |
| parent | update multiply readme (diff) | |
| download | cpp-examples-11bd856b03f8512dcf45983c551fc1889962cebe.tar.xz cpp-examples-11bd856b03f8512dcf45983c551fc1889962cebe.zip | |
updating pong readme
Diffstat (limited to 'cpp-pong')
| -rw-r--r-- | cpp-pong/README.md | 26 |
1 files changed, 3 insertions, 23 deletions
diff --git a/cpp-pong/README.md b/cpp-pong/README.md index 317d155..068bb39 100644 --- a/cpp-pong/README.md +++ b/cpp-pong/README.md @@ -29,7 +29,7 @@ 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. +[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.* @@ -63,26 +63,6 @@ Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more informatio <!-- CONTACT --> ## Contact -s1nical - [@s1nical](https://twitter.com/s1nical) - [email protected] +s1nical - [@9inny](https://twitter.com/9inny) - [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 +Project Link: [https://github.com/8cy/cpp-examples/cpp-pong](https://github.com/8cy/cpp-examples/cpp-pong) |