Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arodu/ex_tictactoe
Tictactoe game, developed in elixir and phoenix, using LiveView behaviour
https://github.com/arodu/ex_tictactoe
elixir liveview liveview-behaviour phoenix tictactoe tictactoe-game web
Last synced: 3 months ago
JSON representation
Tictactoe game, developed in elixir and phoenix, using LiveView behaviour
- Host: GitHub
- URL: https://github.com/arodu/ex_tictactoe
- Owner: arodu
- License: mit
- Created: 2019-12-01T21:25:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T02:05:11.000Z (almost 2 years ago)
- Last Synced: 2024-05-21T08:23:55.164Z (8 months ago)
- Topics: elixir, liveview, liveview-behaviour, phoenix, tictactoe, tictactoe-game, web
- Language: Elixir
- Homepage: https://ex-tictactoe.herokuapp.com/
- Size: 1.1 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tictactoe Game
Tictactoe game, developed in elixir and phoenix, using [LiveView behaviour](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html).
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Demo
https://ex-tictactoe.herokuapp.com/
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix