Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
/ ttt Public archive

๐Ÿ‘จโ€๐ŸŒพ TicTacToe against your friends

Notifications You must be signed in to change notification settings

Konicord/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tictac

Uhm, yea.

Open a terminal and run

mix run -e TicTac.x (to start as x)

or

mix run -e TicTac.o (to start as o)

To run interactively

  1. Start iex: iex -S mix
  2. Run the app with TicTac.x, TicTac.o or any other functions in the app.

Installation

If available in Hex, the package can be installed by adding tictac to your list of dependencies in mix.exs:

def deps do
  [
    {:tictac, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tictac.

About

๐Ÿ‘จโ€๐ŸŒพ TicTacToe against your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages