This chapter is a remake of the classic game of Rock, Paper, Scissors. This chapter will reinforce what you learned in the first three chapters and will introduce new concepts and coding.
This game has a very basic AI system that randomly allows the computer to choose either rock, paper, or scissors. The aim of this game is to outwit the computer by making a play that defeats it.
spr_rock
spr_paper
spr_scissors
Load them in now and set the origin of each to middle center.
snd_arr
snd_ouch
snd_prefect
snd_yeah
You can go ahead ...