Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lesterevse/virusewar
Graphic project using WPF. 2nd year of university, labs 3 and 4.
https://github.com/lesterevse/virusewar
game-2d gamedev logic-game mssql-database wpf
Last synced: 24 days ago
JSON representation
Graphic project using WPF. 2nd year of university, labs 3 and 4.
- Host: GitHub
- URL: https://github.com/lesterevse/virusewar
- Owner: LesterEvSe
- License: mit
- Created: 2024-10-09T20:09:57.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T20:57:45.000Z (2 months ago)
- Last Synced: 2024-12-14T12:42:48.043Z (24 days ago)
- Topics: game-2d, gamedev, logic-game, mssql-database, wpf
- Language: C#
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ViruseWar
A logic game for two with saves and easy rules described in the start window.## How to start?
1. Install Visual Studio and C# with .NET 8.0 version.
2. Install [MSSQL](https://www.microsoft.com/ru-ru/download/details.aspx?id=101064) and select "Basic" download.
3. Just run the code using the button inside VS like a regular project.## Screenshots of the gameplay
### Start Window
![image](images/start-window.png)### Game Process
![image](images/game-process.png)### Endgame Screen
![image](images/endgame.png)### Load Window
![images](images/load-window.png)### Acknowledgements
Thanks for help with WPF and DB [FTSadori](https://github.com/FTSadori)