Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shgnplaatjies/royalfactorial
A responsive desktop card game with in-memory CRUD. Built with C#10, .NET8, and Windows Presentation Foundation. Uses a modern object orientated approach with some declarative features.
https://github.com/shgnplaatjies/royalfactorial
csharp csharp-app dotnet dotnet-framework windows-presentation-foundation wpf wpf-application
Last synced: 5 days ago
JSON representation
A responsive desktop card game with in-memory CRUD. Built with C#10, .NET8, and Windows Presentation Foundation. Uses a modern object orientated approach with some declarative features.
- Host: GitHub
- URL: https://github.com/shgnplaatjies/royalfactorial
- Owner: shgnplaatjies
- Created: 2024-06-14T16:12:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T08:22:04.000Z (8 months ago)
- Last Synced: 2024-12-13T05:10:28.028Z (about 2 months ago)
- Topics: csharp, csharp-app, dotnet, dotnet-framework, windows-presentation-foundation, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Royal Factorial
A desktop card game built with Windows Presentation Foundation.
## Features
- Shuffle and deal cards to players.
- Dynamically add new players.
- Remove players from the game.
- Maintain a leaderboard based on player scores.
- Conditional rendering of UI elements based on game state.## Getting Started
#### Download and unzip the [latest release](https://github.com/shgnplaatjies/RoyalFactorial/releases) for end-use or testing.
##
### Requires
- Windows
- [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) SDK### Run Source Code with Command Prompt
```bash
git clone https://github.com/shgnplaatjies/RoyalFactorial.git
cd RoyalFactorial
dotnet run --project RoyalFactorial
```## Error Handling
- Added feedback for inputs, so it shouldn't crash on you and should feel responsive.
## MVVM Architecture
- `RoyalFactorial.Core`
- `RoyalFactorial.MVVM`
- `RoyalFactorial.Services`
- `RoyalFactorial`## Contact
For any questions or feedback, please open an issue or reach out.