https://github.com/maxbeizer/tic_tac_toe
https://github.com/maxbeizer/tic_tac_toe
nash-elixir nash-fp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxbeizer/tic_tac_toe
- Owner: maxbeizer
- Created: 2017-02-22T01:05:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T02:02:15.000Z (over 9 years ago)
- Last Synced: 2025-03-26T21:09:21.267Z (about 1 year ago)
- Topics: nash-elixir, nash-fp
- Language: Elixir
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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 as:
1. Add `tic_tac_toe` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:tic_tac_toe, "~> 0.1.0"}]
end
```
2. Ensure `tic_tac_toe` is started before your application:
```elixir
def application do
[applications: [:tic_tac_toe]]
end
```