{"id":27159141,"url":"https://github.com/chrome99/my-first-xna-game","last_synced_at":"2026-02-17T06:01:39.896Z","repository":{"id":26950791,"uuid":"30413734","full_name":"chrome99/My-First-Xna-Game","owner":"chrome99","description":"A 2D action RPG with real-time combat, AI-driven enemies, and multiplayer support, built in XNA with C#.","archived":false,"fork":false,"pushed_at":"2025-02-10T18:04:31.000Z","size":7047,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-03T23:05:19.960Z","etag":null,"topics":["2d-game","csharp","rpg-game","visual-studio-2013","xna"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrome99.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,"zenodo":null}},"created_at":"2015-02-06T13:37:27.000Z","updated_at":"2025-02-10T18:24:52.000Z","dependencies_parsed_at":"2025-07-17T16:43:46.924Z","dependency_job_id":"4877b19f-44ea-452d-90fd-599025a940ef","html_url":"https://github.com/chrome99/My-First-Xna-Game","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrome99/My-First-Xna-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrome99%2FMy-First-Xna-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrome99%2FMy-First-Xna-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrome99%2FMy-First-Xna-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrome99%2FMy-First-Xna-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrome99","download_url":"https://codeload.github.com/chrome99/My-First-Xna-Game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrome99%2FMy-First-Xna-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29535934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["2d-game","csharp","rpg-game","visual-studio-2013","xna"],"created_at":"2025-04-08T22:49:49.311Z","updated_at":"2026-02-17T06:01:39.861Z","avatar_url":"https://github.com/chrome99.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/c17790df-de84-45a8-bc54-2a75e18a3501\" alt=\"Okapi Logo\" width=\"500\" /\u003e\n  \u003ch1\u003eMy First XNA Game\u003c/h1\u003e\n\u003c/div\u003e\n\nThis is a 2D action RPG built back in 2015, using XNA in Visual Studio 2013 with C#. The game features real-time combat, inventory, an interactive shop, and AI-driven enemy behavior.\n\nhttps://github.com/user-attachments/assets/c2721724-b415-4a91-8acc-b06932b081b7\n\n## Features\n- **Combat System:** Throwing wolves at your enemies, and defensive moves (blocking and dodging).\n- **AI \u0026 Pathfinding:** Implements an A* pathfinding algorithm for enemy movement.\n- **Inventory \u0026 Equipment:** Players can purchase items, manage inventory, and equip weapons and armor.\n- **Lighting \u0026 Effects:** Includes dynamic lighting, shadows, and transparency effects.\n- **Physics \u0026 Movement:** Features smooth movement, jumping, knockback mechanics, and running with acceleration.\n- **Multiple Maps \u0026 Portals:** Players can transition between different maps using portals.\n- **Save System**: Allows players to save and load their progress.\n- **User Interface:** Supports resolution settings, window resizing, HUD elements, and a Lua-based command console.\n- **Four-Player Split Screen \u0026 PvP Mode:** The game supports up to four players in split-screen mode, with player-vs-player battles available.\n\n## Setup \u0026 Installation\n### Prerequisites\n- **Visual Studio 2013**\n- **XNA Game Studio 4.0**\n- **.NET Framework 4.5**\n\n### How to Run\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/chrome99/My-First-Xna-Game.git\n   ```\n2. Open the solution in **Visual Studio 2013**.\n3. Build the project (`Ctrl + Shift + B`).\n4. Run the game (`F5`).\n\n## Controls\n- **WASD** – Move\n- **J** – Shoot\n- **K** – Defend\n- **Enter** – Interact\n- **Space** – Jump\n- **Esc** – Open Menu\n- **F4** – Get Player Stats\n- **Shift + :** - Open console\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrome99%2Fmy-first-xna-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrome99%2Fmy-first-xna-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrome99%2Fmy-first-xna-game/lists"}