Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

reflectionai/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Implement a simple version of rock/paper/scissors, using a typescript backend with the following functionality:

It receives a message, which it parses as "rock", "paper," or "scissors." It then waits for a second message which it parses the same way. It communicates to the senders of both messages what the values of the first and the second messages were. It then resets the state so that more games can be played.

Note that players do not know whether they are player 1 or player 2 and should not have to identify themselves as such.

  1. Define the database schema
  2. What is the structure of the API
  3. Implement using either typescript of python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published