tictactoe

Version, currently main branch1 version
  • main branchlatestOct 29, 2025

github.com/natanielf/tictactoe

Play Tic-tac-toe right in your terminal.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  tictactoe:
    github: natanielf/tictactoe
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.14.0
License
MIT
Author
natanielf
Target
  • tictactoe from src/tictactoe.cr

Dependencies

This version declares no dependencies.

README

tictactoe

Play Tic-tac-toe right in your terminal.

Build

Install the Crystal programming language.

crystal build src/tictactoe.cr