https://github.com/arkham/titato
A Tic Tac Toe implementation in Elixir
https://github.com/arkham/titato
elixir processes tictactoe
Last synced: about 1 year ago
JSON representation
A Tic Tac Toe implementation in Elixir
- Host: GitHub
- URL: https://github.com/arkham/titato
- Owner: Arkham
- Created: 2017-06-18T11:22:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T21:21:41.000Z (about 9 years ago)
- Last Synced: 2025-02-05T12:34:08.860Z (over 1 year ago)
- Topics: elixir, processes, tictactoe
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TiTaTo
A simple implementation of Tic Tac Toe in Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `titato` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:titato, "~> 0.1.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/titato](https://hexdocs.pm/titato).