https://github.com/idabmat/tic_tac_toe
Elixir Game Engine
https://github.com/idabmat/tic_tac_toe
elixir game-engine tic-tac-toe
Last synced: 11 months ago
JSON representation
Elixir Game Engine
- Host: GitHub
- URL: https://github.com/idabmat/tic_tac_toe
- Owner: idabmat
- License: mit
- Created: 2017-10-11T00:35:39.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-02-08T21:04:23.000Z (over 5 years ago)
- Last Synced: 2024-10-30T16:56:31.770Z (over 1 year ago)
- Topics: elixir, game-engine, tic-tac-toe
- Language: Elixir
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe 
Elixir implementation of a Tic Tac Toe game.
* [WebSocket API](https://github.com/idabmat/tic_tac_toe_channel)
* [React Client](https://github.com/idabmat/tic_tac_toe_client)
## Installation
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, "~> 1.0.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).