Split tictactoe into different files, classes, and functions to comply with MVC
This commit is contained in:
3
MVC/main.py
Normal file
3
MVC/main.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import tictactoe
|
||||
newGame = tictactoe.Tictactoe()
|
||||
newGame.main()
|
||||
Reference in New Issue
Block a user