{"id":28452770,"url":"https://github.com/blakepell/checkers","last_synced_at":"2026-04-28T17:32:03.095Z","repository":{"id":296190280,"uuid":"992560191","full_name":"blakepell/Checkers","owner":"blakepell","description":"A fully working 1 or 2 player checkers game written in C# for .NET 9.","archived":false,"fork":false,"pushed_at":"2025-07-22T21:37:52.000Z","size":1156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-18T23:25:22.568Z","etag":null,"topics":["checkers","csharp","game","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","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/blakepell.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":"2025-05-29T10:57:41.000Z","updated_at":"2025-07-22T21:37:55.000Z","dependencies_parsed_at":"2025-05-29T12:50:26.413Z","dependency_job_id":null,"html_url":"https://github.com/blakepell/Checkers","commit_stats":null,"previous_names":["blakepell/checkers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blakepell/Checkers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakepell%2FCheckers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakepell%2FCheckers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakepell%2FCheckers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakepell%2FCheckers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blakepell","download_url":"https://codeload.github.com/blakepell/Checkers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blakepell%2FCheckers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["checkers","csharp","game","wpf"],"created_at":"2025-06-06T18:12:47.524Z","updated_at":"2026-04-28T17:32:03.079Z","avatar_url":"https://github.com/blakepell.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkers for WPF\n\nA fully working 1 or 2 player beginners checkers game written in for WPF in C# for .NET Core.  This app includes examples of using animations, sounds, drag and drop, events, dependency injection, data binding and general project structure.\n\n![Screenshot](/assets/screenshot1.png)\n\n## Getting Started\n\nBefore running the application, ensure you have the following prerequisites:\n\n- .NET Core SDK (`9.0+`) although this should work if retargetted to any version of .NET Core after `3.1`.\n- Git installed and available on your PATH.\n\n```powershell\n# Clone the repository\ngit clone https://github.com/blakepell/Checkers.git\ncd Checkers\n\n# Build the solution\ndotnet build Checkers.sln\n\n# Run the application\ndotnet run --project src/Checkers.csproj\n```\n\n## Project Structure\n\nThe project is organized into the following directories and components:\n\n- `src/`: main WPF application code\n  - `App.xaml` / `App.xaml.cs`: application startup, resource dictionaries, and global event handlers.\n  - `MainWindow.xaml` / `MainWindow.xaml.cs`: the main game window hosting the checkers board and user interactions.\n- `src/Common/`:\n  - `AppSettings.cs`: configuration class for persisting user preferences and application settings.\n  - `GameMode.cs`: enumeration defining available game modes (single-player, two-player).\n- `src/Controls/`:\n  - `CheckersPiece.cs`: custom control representing individual checker pieces with drag-and-drop support.\n- `src/Dialogs/`:\n  - `GameModeDialog.xaml` / `GameModeDialog.xaml.cs`: modal dialog for selecting the desired game mode.\n- `src/Managers/`:\n  - `GameManager.cs`: core game logic, including move validation, turn management, and win detection.\n  - `SoundManager.cs`: handles audio playback for moves, captures, and game events.\n- `src/Assets/Audio/`: contains sound assets used by `SoundManager` (e.g., jump and capture effects).\n\nEach component follows a clear separation of concerns to support maintainability and extensibility.\n\n## Commentary\n\nThere are a lot of people out there using WPF but the web has lost some of its best resources over the years.  This is my attempt to put some working WPF content out there that might help someone else in putting together a WPF app.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakepell%2Fcheckers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblakepell%2Fcheckers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblakepell%2Fcheckers/lists"}