https://github.com/thatcrispytoast/tic-tac-toe
https://github.com/thatcrispytoast/tic-tac-toe
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thatcrispytoast/tic-tac-toe
- Owner: ThatCrispyToast
- Created: 2022-03-31T16:15:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T17:28:21.000Z (about 3 years ago)
- Last Synced: 2024-12-20T18:45:55.208Z (6 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## (Nearly) Identical Implementations of Tic-Tac-Toe in (Almost) Every Language I Know
Over the last few years, its become tradition for me to build a tic-tac-toe clone in every new language I learn. My learning order usually goes:
1. Language Basics
2. Hello World Program
3. Intermeditate Concepts
3. Tic-Tac-Toe Program
4. Advanced Concepts
5. GUI App/Complex Game (i.e. Asteroids)This repo hosts many of these tic-tac-toe clones.
If you're interested in learning more about the original tic-tac-toe game, you can find the [original game](https://en.wikipedia.org/wiki/Tic-tac-toe) on Wikipedia.
NOTES:
- Programs are Commented With Borderline Unnecessary Detail to Make Them Easier to Look Back on and Reference.
- Many Implementations Clear Your Console Before Running.
- All Implementations are Written to ONLY Work on Linux/WSL*.*The Biggest Reason for this is the System "clear" Command that Every Program Shares. Cross-Compatibility is in the Works.