Skip to content

jackharrhy/jahns

Repository files navigation

Jahns

https://jahns.fly.dev/

A game for a gamejam.

This codebase was previously tictac, but then the tictac core was ripped out, and replaced with the logic here.

To start the Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Then visit localhost:4000 in your browser.


Thanks to dkarter for the king_of_tokyo repo / talk on said repo for some great initial pointers on the structure of the GenServers / how LiveView fits into the picture.