Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisCorvers authored Nov 21, 2020
1 parent 0d2ab9e commit 3a2a4d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ This project was a motivation to use C++ in a game development setting. The proj
- In-game Menu
- Customizable UI themes
- Chess Engine integration

### ToDo

- Client-Host multiplayer
- Client validation/rollback of inputs
- Spectator mode

## Application Preview

![Main Screen](https://i.imgur.com/xWQN6Rg.png)

![Game Screen](https://i.imgur.com/58oPpwx.png)
![Game Screen](https://i.imgur.com/IAh9PlA.png)

![Multiplayer Screen](https://i.imgur.com/xPLTJXJ.png)

## Extra Notes
In order to structurize the project/files better, post-build events are used.
Expand All @@ -46,7 +46,7 @@ loadFromFile("Assets\\Sprites\\Board.png")
Disabling the Console Window on release builds:
Go to Configuration Properties > Linker > System > SybSystem
Go to Configuration Properties > Linker > System > SubSystem
```
Windows (/SUBSYSTEM:WINDOWS)
```

0 comments on commit 3a2a4d7

Please sign in to comment.