{"id":13430676,"url":"https://github.com/mdeclerk/SoccerPong","last_synced_at":"2025-03-16T06:30:54.882Z","repository":{"id":183293492,"uuid":"393158603","full_name":"mdeclerk/SoccerPong","owner":"mdeclerk","description":"A Pong clone to explore the development process of a real-time interactive Web App using ASP.NET Blazor WebAssembly.","archived":false,"fork":false,"pushed_at":"2021-11-17T20:09:54.000Z","size":25412,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-21T19:50:07.970Z","etag":null,"topics":["aspnet","blazor","blazor-webassembly","csharp","docker","dotnet","nginx-docker","webapplication"],"latest_commit_sha":null,"homepage":"https://mdeclerk.github.io/SoccerPong","language":"HTML","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/mdeclerk.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}},"created_at":"2021-08-05T20:04:37.000Z","updated_at":"2022-01-23T11:58:01.000Z","dependencies_parsed_at":"2023-07-23T20:40:29.224Z","dependency_job_id":null,"html_url":"https://github.com/mdeclerk/SoccerPong","commit_stats":null,"previous_names":["mdeclerk/soccerpong"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdeclerk%2FSoccerPong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdeclerk%2FSoccerPong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdeclerk%2FSoccerPong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdeclerk%2FSoccerPong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdeclerk","download_url":"https://codeload.github.com/mdeclerk/SoccerPong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221656326,"owners_count":16858744,"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":["aspnet","blazor","blazor-webassembly","csharp","docker","dotnet","nginx-docker","webapplication"],"created_at":"2024-07-31T02:00:56.592Z","updated_at":"2024-10-27T09:30:31.729Z","avatar_url":"https://github.com/mdeclerk.png","language":"HTML","funding_links":[],"categories":["Sample Projects"],"sub_categories":["Games"],"readme":"# SoccerPONG\n\nA Pong clone to explore the development process of a real-time interactive Web App using ASP.NET Blazor WebAssembly.\n\n![SoccerPong](SoccerPong.gif)\n\n## Play Online\n\n\u003e ## https://mdeclerk.github.io/SoccerPong\n\n_To automatically deploy to GitHub Pages using GitHub Actions I followed [this](https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages) awesome tutorial._\n\n## Play Locally\n\n1. Install [Microsoft .NET SDK 6.0](https://dotnet.microsoft.com/download)\n\n2. Clone Project from GitHub\n\n3. Start Host from CLI (in Project Root Folder)\n\n    `$ dotnet run`\n\n4. Play in Browser: http://localhost:5000\n\n## Play from Docker Container w/ NGINX as web server\n\n1. Install [Docker Desktop](https://docs.docker.com/desktop)\n\n2. Clone Project from GitHub\n\n3. Run as Docker Service (in Project Root Folder):\n\n   `$ docker-compose up -d`\n\n4. Play in Browser: http://localhost:5000\n\n_Helpful information about containerizing BlazorWASM apps can be found [here](https://chrissainty.com/containerising-blazor-applications-with-docker-containerising-a-blazor-webassembly-app)._\n\n## Code Layout\n\n- **Views/** contains front-end UI using Blazor components\n    - **Views/Components/** contains reusable UI components\n    - **Views/Pages/** contains routable pages\n\n- **Services/** contains back-end game related objects implemented as ASP.NET services managed by dependency injection system\n\n- **wwwroot/** contains static web files e.g. css, images, and [bootstrap5](https://getbootstrap.com/) front-end toolkit\n\n## Dependencies\n\n- **[Blazored.LocalStorage](https://github.com/Blazored/LocalStorage)** Used to load/save game options to browsers local storage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdeclerk%2FSoccerPong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdeclerk%2FSoccerPong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdeclerk%2FSoccerPong/lists"}