{"id":23254944,"url":"https://github.com/noobnotfound/netdex","last_synced_at":"2025-10-20T08:41:51.533Z","repository":{"id":219544741,"uuid":"748966699","full_name":"NoobNotFound/NetDeX","owner":"NoobNotFound","description":"Multiplayer (LAN) Sri Lankan card game (omi)","archived":false,"fork":false,"pushed_at":"2024-07-19T13:05:56.000Z","size":113,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T03:28:40.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NoobNotFound.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-01-27T07:15:17.000Z","updated_at":"2024-07-19T13:05:59.000Z","dependencies_parsed_at":"2025-02-12T09:44:02.441Z","dependency_job_id":"6dd140a1-bd0d-4ae0-b19b-cede676001a1","html_url":"https://github.com/NoobNotFound/NetDeX","commit_stats":null,"previous_names":["noobnotfound/solitaire"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/NoobNotFound/NetDeX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoobNotFound%2FNetDeX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoobNotFound%2FNetDeX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoobNotFound%2FNetDeX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoobNotFound%2FNetDeX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoobNotFound","download_url":"https://codeload.github.com/NoobNotFound/NetDeX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoobNotFound%2FNetDeX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280057587,"owners_count":26264837,"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-10-20T02:00:06.978Z","response_time":62,"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-12-19T11:18:01.165Z","updated_at":"2025-10-20T08:41:51.489Z","avatar_url":"https://github.com/NoobNotFound.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetDeX\n\nNetDeX is a a LAN-based multiplayer and single-player card game engine developed in .NET for local gaming enjoyment (especially for Sri Lankans). Play with your friends over a local network or challenge computer-controlled opponents for a solo gaming experience.\n\n## Features\n\n- Supports Omi, 304 is planned to implement.\n- **LAN Multiplayer:** Connect with friends over a local area network for exciting multiplayer matches.\n- **Single-Player Mode:** Enjoy the game even when playing solo with computer-controlled opponents. (not planned yet)\n- **Intuitive User Interface:** A user-friendly interface for an enjoyable gaming experience. (to do)\n- **Customizable Settings:** Tailor the game to your preferences with customizable settings.\n\n## Getting Started\n\nClone the repository to your local machine.\n   ```bash\n   git clone https://github.com/NoobNotFound/NetDeX.git\n   ```\n\nAlternatively, you can [go to releases](https://github.com/NoobNotFound/Solitaire/releases) to download the latest version of the game.\n\n**OmiEngine**\n```C#\nvar OmiEngine = new Solitaire.Games.Omi.Core.Engine(Games.Omi.Enums.Players.Four);\nOmiEngine.Initialize();\n\nOmiEngine.NewGame();  //Start a new game\nOmiEngine.Shuffle(5);  //Shuffle 5 times\nOmiEngine.Share();   //Start share\n//so on\n```\n**Game (LAN)**\n```C#\nvar game = new Game();\n\ngame.Host(\"192.168.0.1\", 12345);\ngame.Join(\"192.168.0.1\", 12345); //No need to do this if you are the host\ngame.RequestPlayer(1);\ngame.Reset();\ngame.NewGame();\ngame.Shuffle(3);\ngame.Share();\ngame.SetTrump(Types.Diamond);\n//so on\ngame.JoinPlayerSuccess += (sender, playerPosition) =\u003e\n{\n    Console.WriteLine($\"Player {playerPosition} joined successfully!\");\n};\n\ngame.Engine.EngineData.DataChanged += (sender, engineData) =\u003e\n{\n    Console.WriteLine(\"Engine Data Changed:\");\n    // Handle the updated engine data\n};\n\ngame.Engine.TeamData.DataChanged += (sender, teamData) =\u003e\n{\n    Console.WriteLine(\"Team Data Changed:\");\n    // Handle the updated team data\n};\n\n```\nthis example is an all in one so do not copy paste because it may not work.\n\n## Feedback\n\nYour feedback is valuable! If you encounter any issues or have suggestions for improvement, please create an issue in the [GitHub repository](https://github.com/NoobNotFound/Solitaire/issues).\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0 (GPL-3.0)](LICENSE).\n\nEnjoy playing Omi!\n\n\n---\n\n*This README was generated with the assistance of AI.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoobnotfound%2Fnetdex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoobnotfound%2Fnetdex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoobnotfound%2Fnetdex/lists"}