This is a demo application which shows how to create a simple Rock, Paper, Scissors! game using Blazor WebAssembly. All game logic is run in the browser, which means there is no server side code involved. This repo also contains a GitHub action which automatically deploys the app to GitHub pages.
https://rockpaperscissors.kogelnikp.eu/
These tools are required to run the app:
- .NET Core 3.1 SDK (>= 3.1.300)
- Browser supported by Blazor WebAssembly (find supported browsers here)
Restore all required NuGet packages with
dotnet restore
- Run the app either in Visual Studio (Code) or using the command line with
cd src
dotnet run
- Open the app in your browser on http://localhost:5000/ when using the dotnet CLI or on http:/localhost:62000/ when using IIS Express
Distributed under the MIT License. See LICENSE for more information.
- Basic rock, paper, scissors image taken from FreeSVG