Inspiration

I have been working with sockets through the use of threads to make multiplayer games, and I wanted to make something that does not take a lot of time

What it does

Establishes a host socket and a client socket to play rock paper scissors through the command line

How we built it

Used Python, and imported the threading and socket modules

Challenges we ran into

I had some attention problems, such as accidentally reducing the board array's size

Accomplishments that we're proud of

The program works correctly and looks clean

What we learned

Reinforced my knowledge about threading and sockets

What's next for Rock Paper Scissors with Sockets

Create a GUI for it instead of the command line

Built With

Share this project:

Updates