-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b43c54
commit e06fb28
Showing
1 changed file
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,36 @@ | ||
# BugshotRoulette | ||
A Buckshot Roulette clone that supports multiplayer | ||
A clone of the famous game "Buckshot Roulette" that was written in C# and supports multiplayer with up to 5 players. | ||
|
||
It's code isn't the prettiest and it probably has bugs, hence the name | ||
For that I used a websocket server that forwards all received packets to every other connected client. | ||
|
||
The code isn't the prettiest I ever wrote and it probably has bugs, hence the name. | ||
|
||
# How to play | ||
- Start the BSR_Server.exe file | ||
- Start up to 5 BSR_Client.exe files | ||
- Input a name in the textbox | ||
- Click "Connect" | ||
- Once everyone is connected, any player can click "Start Game" to start the game | ||
- When the game is started, a player can either use an item, shoot another player or shoot themselves | ||
- When everyone except one player is dead, the player that's left won the game | ||
|
||
# Screenshots | ||
|
||
## Title Screen | ||
![1](Screenshots/1.png?raw=true "Title Screen") | ||
|
||
## Started Game | ||
|
||
![2](Screenshots/2.png?raw=true "Started Game") | ||
|
||
## Another Round | ||
|
||
![3](Screenshots/3.png?raw=true "Another Round") | ||
|
||
## End Screen | ||
|
||
![4](Screenshots/4.png?raw=true "End Screen") | ||
|
||
## Server Log | ||
|
||
![5](Screenshots/5.png?raw=true "Server Log") |