mechanicles/ruby-tictactoe
Tic-Tac-Toe game with artificial intelligence made in Ruby
This is a simple, command-line Tic-Tac-Toe game where you can play against an artificial intelligence opponent. You provide your moves by entering numbers corresponding to board positions, and the game displays the updated board after each turn from you and the AI. It's designed for anyone looking for a quick, interactive game of Tic-Tac-Toe.
No commits in the last 6 months.
Use this if you want to play a classic game of Tic-Tac-Toe against a computer opponent directly in your terminal.
Not ideal if you're looking for a graphical interface, online multiplayer, or advanced game features beyond basic Tic-Tac-Toe.
Stars
9
Forks
15
Language
Ruby
License
—
Category
Last pushed
Jun 02, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/mechanicles/ruby-tictactoe"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ernestoyaquello/TwoPlayerZeroSumGameEngine
Basic AI engine written in C# that implements the alpha–beta pruning algorithm to create...
Jelmerro/fox-and-hounds-ai
Researching Minimax AI for the Fox and Hounds board game
wannesm/dotsandboxes
Javascript Dots-and-Boxes application with support for game-playing agents.
SajjadAemmi/TicTacToeAI
Artificial Intelligence TicTacToe with multiple languages
martin226/tic-tac-toe-ai
🤖A Tic-Tac-Toe solver that uses the minimax algorithm and alpha-beta pruning to make it unbeatable