{"id":21992015,"url":"https://github.com/elct9620/elixir-mud","last_synced_at":"2026-05-16T17:40:33.472Z","repository":{"id":141718907,"uuid":"244704177","full_name":"elct9620/elixir-mud","owner":"elct9620","description":"Elixir TCP Server practice","archived":false,"fork":false,"pushed_at":"2020-03-20T06:22:43.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T21:42:23.594Z","etag":null,"topics":["dsl","elixir","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elct9620.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-03T17:53:44.000Z","updated_at":"2021-06-19T23:23:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4818cc03-5bcd-431d-ad85-02d384b37e5b","html_url":"https://github.com/elct9620/elixir-mud","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/elct9620/elixir-mud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Felixir-mud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Felixir-mud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Felixir-mud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Felixir-mud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elct9620","download_url":"https://codeload.github.com/elct9620/elixir-mud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elct9620%2Felixir-mud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33112488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dsl","elixir","ruby"],"created_at":"2024-11-29T20:12:28.943Z","updated_at":"2026-05-16T17:40:33.464Z","avatar_url":"https://github.com/elct9620.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Elixir MUD\n===\n\nUse Ruby as DSL backend to generate story and handle TCP connection by Elixir\n\n## Installation\n\nUse `mix deps.get` to install\n\n## Usage\n\nStart server by `mix run --no-halt`\n\nConnect to game by `telnet localhost 6666`\n\n## Write Story in Ruby\n\n```ruby\n# stories/chapter1.rb\n\n# Create a chapter\nchapter 1 do\n  # Create an action\n  action do # Index: 0\n    say \"Hi, Welcome to Elixir.MUD\" # Print message\n    say \"Do you want to continue?(Y/n)\"\n    jump 1 # Jump to Index: 1\n    wait_input # Display \"\u003e \" to user\n  end\n\n  action do # Index: 1\n    say \"Cool, you learned how to create a MUD\"\n    close # Close connection to end the game\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felct9620%2Felixir-mud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felct9620%2Felixir-mud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felct9620%2Felixir-mud/lists"}