26.1 Implementing Rock, Paper, Scissors, Lizard, Spock!26.1.1 sbt project setup and packages26.1.2 Defining a symbol26.1.3 Representing a player26.1.4 Defining a game26.1.5 The API routes26.1.6 The HTTP server26.1.7 Let’s try it out!26.2 Possible improvements to our solutionSummary