{"id":16068090,"url":"https://github.com/ged/mues","last_synced_at":"2025-09-07T08:37:25.901Z","repository":{"id":3167098,"uuid":"4198021","full_name":"ged/mues","owner":"ged","description":"An experimental MORPG engine, written in Ruby. It's unfinished, and hasn't been touched in several years, but maybe still has some interesting stuff. I use https://github.com/ged/chione now instead.","archived":false,"fork":false,"pushed_at":"2012-05-02T00:25:31.000Z","size":7936,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T03:51:25.575Z","etag":null,"topics":["game-engine","mmorpg","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ged.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-02T00:20:40.000Z","updated_at":"2021-11-29T00:03:37.000Z","dependencies_parsed_at":"2022-07-14T16:17:22.623Z","dependency_job_id":null,"html_url":"https://github.com/ged/mues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ged/mues","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fmues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fmues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fmues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fmues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ged","download_url":"https://codeload.github.com/ged/mues/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ged%2Fmues/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274013586,"owners_count":25207502,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["game-engine","mmorpg","ruby"],"created_at":"2024-10-09T06:08:29.128Z","updated_at":"2025-09-07T08:37:25.860Z","avatar_url":"https://github.com/ged.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n= The Multi-User Environment Server (MUES)\n\n== Authors\n\n* Michael Granger \u003cged@FaerieMUD.org\u003e\n* Dave McCorkhill \u003cscotus@FaerieMUD.org\u003e\n* Martin Chase \u003cstillflame@FaerieMUD.org\u003e\n* Jeremiah Jordan \u003cphaedrus@FaerieMUD.org\u003e\n* Alexis Lee \u003cred@FaerieMUD.org\u003e\n\n== General Information\n\nThe MUES is an event-driven Internet game environment server written in Ruby.\nIt is intended to facilitate the building of online multi-player games or\nsimulations by providing one or more dynamically-programmed object\nenvironments (worlds), the means to access these environments using a network\nclient, various useful services or daemons for creating in-game systems, and\nan event system for facilitating the interaction of all the parts.\n\nThe design of the MUES attempts to assume as little as possible about what\nsort of thing an 'environment' is, and so comes with little to no game code.\nIt is planned to eventually include code for useful game services, such as\nlinguistics, physics, and a metaclass system for defining the classes which\nmake up a game environment, but such things are only in their very nascent\nform in the current distribution. Community contributions in this area are\nespecially welcome.\n\n\n== Caveats\n\n*IMPORTANT*: This is an *alpha* release, a work in progress. It might blow up,\ncompromise your security, write random data to sensitive portions of your hard\ndrive, or otherwise fail to work as advertised. It is intended to be used by\ndevelopers who are interested in helping out or curious onlookers who don't\nmind getting a bit wet.\n\nThat said, we would greatly appreciate feedback on any aspect of this\nsoftware. Suggestions, feature requests, questions, design critiques, and bug\nreports are most welcome. Relevant patches are particularly helpful. We may be\nreached at \u003carchitects@FaerieMUD.org\u003e, which is a mailing list of parties who\nare interested in MUES and FaerieMUD development. You may access the interface\nto this and other FaerieMUD-related lists at: \u003chttp://lists.FaerieMUD.org/\u003e.\n\n\n== Installation\n\nThere's nothing really to install at this point, but you can go back to the\n1.0 release by updating to the 'before-191-conversion' branch and read the\nINSTALL file there. It's not guaranteed to work, but it might be fun.\n\n\n== More Information\n\nFor more information about the MUES project, see \u003chttp://deveiate.org/projects/MUES\u003e.\n\n\n== Legal\n\nCopyright (c) 2001-2009, The FaerieMUD Consortium\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice,\n  this list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author/s, nor the names of the project's\n  contributors may be used to endorse or promote products derived from this\n  software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fmues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fged%2Fmues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fged%2Fmues/lists"}