This is a Tic Tac Toe game but online.
I adore this old repository because it is a beginner's exercise which went out of control. Students making their first steps learning Ruby were supposed to build a simple CLI game and learn some OOP. I, however, ended up building a full-fledged Sinatra-based app having never coded web apps before.
- Highest low quiality procedural code
- The classes present in this code are, probably, the first classes I have ever coded
- The game was first designed for CLI, and it still outputs everything to stdout!
- No databases or any ways of communication between instances. No one has that many friends to require more than one instance anyway!
- Mesmerizing character visual design
- I'm not sure if 5x5 field works correctly: there's an opportunity for a future DLC!
- Ruby 3.2.2
bundle exec ruby main.rb