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

https://github.com/randomgamingdev/tiny-tic-tac-toe

A tiny version of tic-tac-toe that's designed to use a minimal amount of lines while not importing any libraries, staying decently understandable, and being able to handle wrong inputs without just crashing (and also none of that semicolon stuff) (there's an even smaller one line version that doesn't follow these rules if you're interested)
https://github.com/randomgamingdev/tiny-tic-tac-toe

example examples micro one-liner one-liners oneliner oneliners python python3 small tic-tac-toe tiny

Last synced: 7 months ago
JSON representation

A tiny version of tic-tac-toe that's designed to use a minimal amount of lines while not importing any libraries, staying decently understandable, and being able to handle wrong inputs without just crashing (and also none of that semicolon stuff) (there's an even smaller one line version that doesn't follow these rules if you're interested)

Awesome Lists containing this project