Skip to content

Tic-Tac-Toe game made with Elixir, Phoenix and React

License

Notifications You must be signed in to change notification settings

artvinn/phoenix-tictactoe

Repository files navigation

Phoenix Tic-Tac-Toe

Classic Tic-Tac-Toe game made with Elixir, Phoenix and React 💖

Try it out online

https://phoenix-tictactoe.herokuapp.com/
It might take up to 20 sec to load the page for the first time, because Heroku unloads applications from the memory after some inactivity time. See Dyno Sleeping.

TODO

  • Allow making moves only when both players are connected.
  • Add channels tests.
  • Add game lobby and player matchmaking.
  • Add "new game" button after game is finished to play one more game with the same opponent.
  • Chat? 😵

License

MIT License