This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
-
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.
- 支持使用快捷键 Ctrl-Z 和 Ctrl-R 完成撤销与重做,提供更好的解题体验 - 使用 `collections.deque` 提供两个栈进行实现 - 新增 `Activity` 类作为玩家解题时每个操作步骤的封装 - 压缩数织游戏面板底层的状态矩阵数据结构,从 `numpy.dtypes.IntDType` 调整为 `numpy.dtypes.Int8DType` - 修复部分文档与实际不符的情况 --------- Signed-off-by: 是蓝兔哟~ <[email protected]> Co-authored-by: funny_233 <[email protected]>
- Loading branch information
1 parent
926604d
commit bb43b10
Showing
4 changed files
with
65 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "tk-nonogram" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "Default template for PDM package" | ||
authors = [ | ||
{ name = "是蓝兔哟~", email = "[email protected]" }, | ||
|
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
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