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
gamedev logic-game wpf
Last synced: 10 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 (27 days ago)
- Default Branch: master
- Last Pushed: 2024-10-24T20:07:13.000Z (12 days ago)
- Last Synced: 2024-10-26T07:09:16.629Z (11 days ago)
- Topics: gamedev, logic-game, wpf
- Language: C#
- Homepage:
- Size: 48.8 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)