An open API service indexing awesome lists of open source software.

https://github.com/ngscheurich/elixirconf-eu-2024

🗺️ “Let’s Go on an Adventure” (ElixirConf EU 2024)
https://github.com/ngscheurich/elixirconf-eu-2024

elixir elixirconf game phoenix

Last synced: 9 months ago
JSON representation

🗺️ “Let’s Go on an Adventure” (ElixirConf EU 2024)

Awesome Lists containing this project

README

          

# Adventure

This is the source code for a collaborative adventure game currently titled
_Adventure_, partially as a nod to [the 1980 video game][game] developed by
Warren Robinett, but mostly because I can’t think of anything better at the
moment.

## Development

To start your 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`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

[game]: https://en.wikipedia.org/wiki/Adventure_(1980_video_game)