final touchups (i.e. removing useless comments)

This commit is contained in:
2025-09-22 19:43:52 +02:00
parent 90945f2e60
commit e98d586445
5 changed files with 23 additions and 17 deletions

View File

@@ -95,3 +95,8 @@ class TestModel(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
f = open("savestate.py", "r") # Read the content of the savestate file
f.write("save = [['X', '|', ' ', '|', ' '], "
"['', '+', '', '+', ''], [' ', '|', ' ', '|', ' '], "
"['', '+', '', '+', ''], [' ', '|', ' ', '|', ' ']]")
f.close()