Skip to content

Kanashimo/guessthenumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guess the number

simple game where player needs to guess the number picked by his opponent

  • Client - made with Vite
  • Websocket - acts like a proxy (socket => websocket)
  • Server - made in C++ with socket.h