Skip to content

Client-server console multiplayer game project based on Windows Sockets API (Doom in Console)

Notifications You must be signed in to change notification settings

kshchuk/Simple-Console-Shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Simple Console Shooter

This is a client-server console multiplayer game project based on Windows Sockets API. It's a fun and simple game that can be described as "Doom in Console".

Game Screenshot

Repository Structure

The repository is divided into two main directories:

  • Client: This directory contains all the client-side code for the game. The client is responsible for handling user input and displaying the game state to the player.

  • Server: This directory contains all the server-side code for the game. The server is responsible for managing the game state and communicating with the clients.

About

Client-server console multiplayer game project based on Windows Sockets API (Doom in Console)

Resources

Stars

Watchers

Forks

Packages

No packages published