Evenwins (Python): Refactored

This commit is contained in:
Martin Thoma
2022-04-02 09:01:47 +02:00
parent 8b0bd1ad65
commit 71bae5ded3
4 changed files with 91 additions and 130 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env python3
# CHOMP
#
# Converted from BASIC to Python by Trevor Hobson
"""
CHOMP
Converted from BASIC to Python by Trevor Hobson
"""
class Canvas: