Please enable JavaScript.
Coggle requires JavaScript to display documents.
FUNCTION LOGIC FLOWCHART - Coggle Diagram
FUNCTION LOGIC FLOWCHART
def selection()
def computer()
def roundSelect()
while condition is True:
take user input, convert to integer, and loop a standard game against the computer that many times
-
def help()
gives the rules, how to play, and a place to file bug reports
def campaign()
starts/continues a rock-paper-scissors campaign game with many levels, each increasing in difficulty
def multiplayer()
opens the multiplayer settings page where you can either start a local session, or do an online session
-
-
def esc()
if pressed at anytime, then it will close the game and bring up the menu options
-
-
def start()
starts the game
def menu()
if it is running, then open the menu and run def selection()
-