Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obedm503/ttt
obligatory tic tac toe in a few languages
https://github.com/obedm503/ttt
c computer-science experiment java python rust tic-tac-toe typescript
Last synced: about 9 hours ago
JSON representation
obligatory tic tac toe in a few languages
- Host: GitHub
- URL: https://github.com/obedm503/ttt
- Owner: obedm503
- License: mit
- Created: 2018-12-27T04:56:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:35:31.000Z (over 2 years ago)
- Last Synced: 2024-04-15T00:44:30.201Z (7 months ago)
- Topics: c, computer-science, experiment, java, python, rust, tic-tac-toe, typescript
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ttt
tic tac toe in a few languages
## Languages
- [x] C
- [x] Rust
- [x] Java
- [x] TypeScript
- [x] Python
- [ ] Go?I'm writing `ttt` out of curiosity and to get my feet wet in other languages.
This project serves as a good way for me to compare how how different languages
feel when writing CLI programs.