Skip to content

ChrizziDerKek/BugshotRoulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BugshotRoulette

A clone of the famous game "Buckshot Roulette" that was written in C# and supports multiplayer with up to 5 players.

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

Started Game

2

Another Round

3

End Screen

4

Server Log

5