{"id":23331352,"url":"https://github.com/guthius/mirage-nova","last_synced_at":"2025-07-04T18:09:38.429Z","repository":{"id":266827236,"uuid":"899471249","full_name":"Guthius/mirage-nova","owner":"Guthius","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-06T11:02:28.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-06T11:33:00.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Guthius.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":"2024-12-06T10:34:34.000Z","updated_at":"2024-12-06T11:02:32.000Z","dependencies_parsed_at":"2024-12-06T11:33:02.599Z","dependency_job_id":"e89fc969-f0c7-4e85-8701-481305f3544c","html_url":"https://github.com/Guthius/mirage-nova","commit_stats":null,"previous_names":["guthius/mirage-nova"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guthius%2Fmirage-nova","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guthius%2Fmirage-nova/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guthius%2Fmirage-nova/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guthius%2Fmirage-nova/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guthius","download_url":"https://codeload.github.com/Guthius/mirage-nova/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230655151,"owners_count":18259972,"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":[],"created_at":"2024-12-20T22:36:15.509Z","updated_at":"2024-12-20T22:36:16.122Z","avatar_url":"https://github.com/Guthius.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/assets/logo.png\" width=\"400\"\u003e\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/guthius/mirage-nova)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Guthius/mirage-nova/go.yml)\n![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/guthius/mirage-nova)\n![GitHub License](https://img.shields.io/github/license/Guthius/mirage-nova)\n\n\u003c/div\u003e\n\n---\n\n**Mirage Nova** is a 2D game development engine written in Go (Golang), specifically designed for creating small-scale online multiplayer role-playing games.\n\nIt leverages Go's powerful concurrency model to enable efficient and scalable networking.\n\nMirage Nova is based on the Lite 2D Version of the VB6 Mirage Engine available at [https://mirage-engine.uk/](https://mirage-engine.uk/).\n\n## Features\n\n- Player account management and login system\n- Account management with multiple characters per account\n- Real-time multiplayer communication with efficient TCP networking\n\nThe following features are currently in development:\n\n- In-game chat system (global, private, and local)\n- Item inventory system with support for trading and equipping items\n- NPC spawning, movement, and interactions\n- Basic combat mechanics\n- Experience and leveling system for player progression\n\n## Build Instructions\n\n### Clone the repository\n```bash\ngit clone https://github.com/Guthius/mirage-nova.git\ncd mirage-nova\n```\n\n### Install Go\n\nEnsure that [Go](https://golang.org/dl/) is installed on your system. The minimum required version of Go is 1.23.\n\nYou can verify the installation by running:\n```bash\ngo version\n```\n\n### Build the server\n\nNavigate to the server directory and build the server:\n```bash\ncd server\ngo build -o ../bin/\n```\n\n### Run the server\n\nExecute the built server binary:\n```bash\ncd ../bin\n./server\n```\n\n## License\n\nThis project is licensed under the MIT License. For the complete license text, please refer to the [LICENSE](LICENSE) file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguthius%2Fmirage-nova","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguthius%2Fmirage-nova","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguthius%2Fmirage-nova/lists"}