{"id":13697774,"url":"https://github.com/oestrich/ex_venture","last_synced_at":"2025-05-01T12:31:04.840Z","repository":{"id":22908111,"uuid":"97041249","full_name":"oestrich/ex_venture","owner":"oestrich","description":"Text based MMORPG engine written in Elixir","archived":false,"fork":false,"pushed_at":"2023-02-14T03:11:55.000Z","size":24239,"stargazers_count":664,"open_issues_count":8,"forks_count":76,"subscribers_count":25,"default_branch":"kalevala","last_synced_at":"2024-08-03T18:22:19.304Z","etag":null,"topics":["elixir","mud","phoenix","text-based"],"latest_commit_sha":null,"homepage":"https://exventure.org","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oestrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"oestrich","patreon":"ericoestrich"}},"created_at":"2017-07-12T18:42:04.000Z","updated_at":"2024-07-23T13:06:42.000Z","dependencies_parsed_at":"2023-01-14T01:00:14.121Z","dependency_job_id":null,"html_url":"https://github.com/oestrich/ex_venture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oestrich%2Fex_venture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oestrich%2Fex_venture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oestrich%2Fex_venture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oestrich%2Fex_venture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oestrich","download_url":"https://codeload.github.com/oestrich/ex_venture/tar.gz/refs/heads/kalevala","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224256895,"owners_count":17281620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","mud","phoenix","text-based"],"created_at":"2024-08-02T18:01:02.655Z","updated_at":"2024-11-12T10:29:36.713Z","avatar_url":"https://github.com/oestrich.png","language":"Elixir","funding_links":["https://github.com/sponsors/oestrich","https://patreon.com/ericoestrich","https://www.patreon.com/ericoestrich"],"categories":["Codebases"],"sub_categories":[],"readme":"# ExVenture\n\n![Main](https://github.com/oestrich/ex_venture/workflows/Main/badge.svg)\n[![Discord](https://img.shields.io/badge/chat-discord-7289da.svg)][discord]\n[![Patreon](https://img.shields.io/badge/support-patreon-F96854.svg)](https://www.patreon.com/ericoestrich)\n\n\u003e **NOTE** This branch is the complete rewrite of ExVenture using [Kalevala](https://github.com/oestrich/kalevala) under the hood. Everything from the previous codebase is tossed out to start over again. If you're interested in something that's working _now_, please check out the [main](https://github.com/oestrich/ex_venture/tree/main) branch.\n\n\u003cimg src=\"https://raw.githubusercontent.com/oestrich/ex_venture/main/docs/images/exventure.png\" alt=\"ExVenture Logo\" width=\"200\" /\u003e\n\nA text based MMO server written in Elixir.\n\n- [Support ExVenture on Patreon](https://www.patreon.com/ericoestrich)\n- [Chat with us on Discord][discord]\n\n## Requirements\n\n- PostgreSQL 12+\n- Elixir 1.10+\n- Erlang 22+\n- node.js 12+\n\n## Setup\n\n```bash\nmix deps.get\nnpm install -g yarn\n(cd assets \u0026\u0026 yarn install)\nmix ecto.reset\nmix phx.server\n```\n\n## Kalevala\n\n\u003cimg src=\"https://kalevala.dev/kalevala.png\" alt=\"Kalevala Logo\" width=\"400\" /\u003e\n\nKalevala is a new underlying framework that ExVenture is using under the hood. Kalevala sets up a common framework for dealing with commands, characters, views, and is all around a lot better to deal with than the previous version of ExVenture.\n\n## Running Tests\n\n```bash\nMIX_ENV=test mix ecto.create\nMIX_ENV=test mix ecto.migrate\nmix test\n```\n\n## Docker locally\n\nDocker is set up as a replication of production. This generates an erlang release and is not intended for development purposes.\n\n```bash\ndocker-compose pull\ndocker-compose build\ndocker-compose up -d postgres\ndocker-compose run --rm app eval \"ExVenture.ReleaseTasks.Migrate.run()\"\ndocker-compose up app\n```\n\nYou now can view `http://localhost:4000` and access the application.\n\n[discord]: https://discord.gg/GPEa6dB\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foestrich%2Fex_venture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foestrich%2Fex_venture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foestrich%2Fex_venture/lists"}