https://github.com/collectiveidea/tic_tac_toe
An Elixir/Vue.js implementation of "Super Tic Tac Toe" for learning
https://github.com/collectiveidea/tic_tac_toe
elixir tic-tac-toe vue
Last synced: about 1 month ago
JSON representation
An Elixir/Vue.js implementation of "Super Tic Tac Toe" for learning
- Host: GitHub
- URL: https://github.com/collectiveidea/tic_tac_toe
- Owner: collectiveidea
- Created: 2018-01-09T16:39:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T20:51:08.000Z (over 8 years ago)
- Last Synced: 2026-05-11T20:46:03.820Z (about 2 months ago)
- Topics: elixir, tic-tac-toe, vue
- Language: Elixir
- Size: 20.5 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tic_tac_toe` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tic_tac_toe, "~> 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/tic_tac_toe](https://hexdocs.pm/tic_tac_toe).