This is the source code for a collaborative adventure game currently titled Adventure, partially as a nod to the 1980 video game developed by Warren Robinett, but mostly because I can’t think of anything better at the moment.
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.