-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5cecb82
commit 94d0ca3
Showing
16 changed files
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Usage | ||
|
||
Setup an environment with any python version `> 3.7` and run the command in the root directory. | ||
|
||
```bash | ||
python3 main.py --gamemode <gamemode> --config <config_file_index> | ||
|
||
python3 main.py -g <gamemode> -c <config_file_index> | ||
``` | ||
|
||
Run the command `python3 main.py --help` for more information. | ||
|
||
## Configs <!-- {docsify-ignore} --> | ||
|
||
Each game has its separate config file format, please refer to the doc file for each game. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- [Home](./) | ||
- [Usage](./Usage) | ||
|
||
--- | ||
|
||
- [2048](./games/2048.md) | ||
- [Kuromasu](./games/Kuromasu.md) | ||
- [Mastermind](./games/Mastermind.md) | ||
- [Mine Sweeper](./games/MineSweeper.md) | ||
- [Nonogram](./games/Nonogram.md) | ||
- [Numberlink](./games/Numberlink.md) | ||
- [Slitherlink](./games/Slitherlink.md) | ||
- [Snake](./games/Snake.md) | ||
- [Sudoku](./games/Sudoku.md) | ||
- [Tazuku](./games/Tazuku.md) | ||
- [(NYT) SpellingBee](./games/SpellingBee.md) | ||
- [(NYT) Wordle](./games/Wordle.md) | ||
- [(NYT) Letter Boxed](./games/LetterBoxed.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.