moexmen / tictactoe-2016

MOE Computing Course Practical Git Exercise
0 stars 21 forks source link

Game doesn't start #20

Closed fonglh closed 8 years ago

fonglh commented 8 years ago

All the functions are defined but the main tictactoe() function is never called.

Use the __name__ == '__main__' check.

fonglh commented 8 years ago

Fixed by #35