Skip to content

MowlCoder/rps-online

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Online

A simple game where you can compete in duels with your friends.

About The Project

The game has a server and a client, both written in Go, and uses pure TCP sockets for client-server communication. This game was developed for practicing network programming, particularly TCP sockets, handling multiple clients, game state synchronization, and managing user input over a network.

Getting Started

Prerequisites

To build manually, you need to have Go 1.22 and Wails installed on your computer.

Build&Run server

make server

Build&Run client

make client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published