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: 3 months ago
JSON representation

obligatory tic tac toe in a few languages

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.