Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.