{"id":17680801,"url":"https://github.com/bararchy/legacy_of_man","last_synced_at":"2026-07-02T16:31:53.424Z","repository":{"id":145964851,"uuid":"88889117","full_name":"bararchy/legacy_of_man","owner":"bararchy","description":"The Legacy of man game repository","archived":false,"fork":false,"pushed_at":"2017-04-23T10:34:01.000Z","size":255,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-14T02:08:54.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/bararchy.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T16:48:55.000Z","updated_at":"2017-04-23T10:26:18.000Z","dependencies_parsed_at":"2023-06-01T12:30:24.120Z","dependency_job_id":null,"html_url":"https://github.com/bararchy/legacy_of_man","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bararchy/legacy_of_man","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flegacy_of_man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flegacy_of_man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flegacy_of_man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flegacy_of_man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bararchy","download_url":"https://codeload.github.com/bararchy/legacy_of_man/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bararchy%2Flegacy_of_man/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35055052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"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":[],"created_at":"2024-10-24T09:08:52.128Z","updated_at":"2026-07-02T16:31:53.399Z","avatar_url":"https://github.com/bararchy.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# legacy_of_man\n\nThis repo holds the server side of Legacy Of Man game.  \nThe game is written in the Crystal programming language.  \n\n## Installation\n\n```bash\ngit clone https://github.com/bararchy/legacy_of_man.git\ncd legacy_of_man\ncrystal deps\ncrystal build --release src/legacy_of_man.cr\n./legacy_of_man\n```\n\n## Usage\n\nRight now you will need to setup a Mysql\\MariaDB database and add the relevant information to the `conf.json` file.  \nRemember that to connect you will need a telnet\\nc (tcp client) and just connect to the port.  \nThe server will create all relevant tables and data if it's not there.  \n\nSo basically after running the server, just \n```\ntelnet 127.0.0.1 3000 # or whatever your configured port is\n```\n\n## Development\n\n- [ ] Item class, handle all items as objects  \n- [ ] Save user data as a blob and not json, so we can marshal the data  \n- [ ] World class, handle world global events  (day,night | server announcements | chat | etc..)  \n- [ ] Map class, Should handle moving around, keep track of users place in the world  \n- [ ] Add to User class: Movement, save (update DB), attack, other basic commands, health (and mana?) increase decrease  \n- [ ] Combat class, handles ... combat :) will take an array of users\\mobs and will allow them to attack and fight  \n\nI'll add more needs as the game will come along.  \n\n## Contributing\n\n1. Fork it ( https://github.com/bararchy/legacy_of_man/fork )\n2. Create your feature branch (git checkout -b my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [bararchy](https://github.com/[your-github-name]) - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Flegacy_of_man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbararchy%2Flegacy_of_man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbararchy%2Flegacy_of_man/lists"}