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)
- Host: GitHub
- URL: https://github.com/ngscheurich/elixirconf-eu-2024
- Owner: ngscheurich
- License: gpl-3.0
- Created: 2024-01-20T01:19:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T10:41:43.000Z (about 2 years ago)
- Last Synced: 2025-08-31T20:57:58.081Z (10 months ago)
- Topics: elixir, elixirconf, game, phoenix
- Language: Elixir
- Homepage: https://adventure.fly.dev
- Size: 445 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)