Skip to content

Commit

Permalink
v0.4.0 / 2022-05-29
Browse files Browse the repository at this point in the history
 - 思考ルーチン 0400
  • Loading branch information
kobalab committed May 29, 2022
1 parent ec073a9 commit ac7874b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.4.0 / 2022-05-29

- 思考ルーチン 0400

### v0.3.5 / 2022-01-20

- 思考ルーチン 0305
Expand Down
9 changes: 9 additions & 0 deletions legacy/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 過去の思考ルーチン

## 0400

- Player
- select_hule()
- select_fulou()
- select_gang()
- select_dapai()
- 検討情報を返す処理を追加

### 0305
[麻雀の打牌選択アルゴリズム(9)](https://blog.kobalab.net/entry/20170826/1503705167)
- Player
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @kobalab/majiang-ai v0.3.5
* @kobalab/majiang-ai v0.4.0
*
* Copyright(C) 2021 Satoshi Kobayashi
* Released under the MIT license
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kobalab/majiang-ai",
"version": "0.3.5",
"version": "0.4.0",
"description": "電脳麻将の思考ルーチン",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ac7874b

Please sign in to comment.