From 2d74950cf107daa391dba6f483a390e57c60dd0b Mon Sep 17 00:00:00 2001 From: s1n Date: Wed, 27 Nov 2019 22:57:39 -0800 Subject: Add files via upload --- cpp-tic-tac-toe/README.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 cpp-tic-tac-toe/README.md (limited to 'cpp-tic-tac-toe/README.md') diff --git a/cpp-tic-tac-toe/README.md b/cpp-tic-tac-toe/README.md new file mode 100644 index 0000000..347be7c --- /dev/null +++ b/cpp-tic-tac-toe/README.md @@ -0,0 +1,67 @@ +``` + _____ _ _____ _____ +|_ _(_) |_ _| |_ _| + | | _ ___ ______| | __ _ ___ ______| | ___ ___ + | | | |/ __|______| |/ _` |/ __|______| |/ _ \ / _ \ + | | | | (__ | | (_| | (__ | | (_) | __/ + \_/ |_|\___| \_/\__,_|\___| \_/\___/ \___| +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Tic-Tac-Toe in C++. + +This a game recreating the Tic-Tac-Toe game in C++. + +For fun, try submitting the letter "F", as the first number for Player 1. + +Enjoy it! +``` + + +## About The Project + +Tic-Tac-Toe in C++. + +[Example](https://repl.it/@s1n/cpp-tic-tac-toe) + + + + +## Getting Started + +[Clone or download](https://github.com/8cy/cpp-tic-tac-toe) 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 + +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 + +Distributed under the MIT License. See [`LICENSE`](/LICENSE) for more information. + + + + +## Contact + +s1nical - [@s1nical](https://twitter.com/s1nical) - bis@s1n.pw + +Project Link: [https://github.com/8cy/cpp-tic-tac-toe](https://github.com/8cy/cpp-tic-tac-toe) -- cgit v1.2.3