Skip to content

Instantly share code, notes, and snippets.

@schmidtgit
Created October 23, 2019 15:35
Show Gist options
  • Save schmidtgit/af2b2ecfb84d816c9b143fc46fa6ffb1 to your computer and use it in GitHub Desktop.
Save schmidtgit/af2b2ecfb84d816c9b143fc46fa6ffb1 to your computer and use it in GitHub Desktop.
Coding Pirates Game
print("Kryds og Bolle version 0.0.0.0.1")
gameboard = ['','','','','','','','','']
playerTurn = 'X'
def SwitchPlayer():
print("skift spiller virker ikke")
def Input():
print("input virker ikke")
def Display():
print("print virker sådan lidt, men ikke korrekt")
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Input()
SwitchPlayer()
Display()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment