Added my game made specifically for AP, ChecksFinder (Minesweeper) (#302)

This commit is contained in:
jonloveslegos
2022-03-22 18:30:10 -04:00
committed by GitHub
parent 7f1371ec00
commit 4bf8b98681
13 changed files with 993 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import typing
from Options import Option
checksfinder_options: typing.Dict[str, type(Option)] = {
}