Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)