File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.4.0 ] - 2021-11-15
9
9
10
10
### Added
11
11
12
- - Added ` flags ` to the ` gameinfo ` schema to signal to the front-end various features that may need special support. See documentation for details.d
12
+ - Added ` flags ` to the ` gameinfo ` schema to signal to the front-end various features that may need special support. See documentation for details.
13
13
- Added Abande, with move generation and AI.
14
+ - Added Attangle, with move generation and AI.
15
+ - Added Ordo, with move generation and very, very slow AI (need to optimize move generation).
14
16
- Added Cephalopod, with move generation and AI (and snubsquare board).
15
17
- Added Lines of Action. It's the 9x9 black hole variant, with an optional Scrambled Eggs initial layout. Supports move generation and stupid AI.
16
18
- Added Pikemen, with move generation and brain-dead AI.
17
- - Added Ordo, with move generation and very, very slow AI (need to optimize move generation).
18
- - Added Attangle, with move generation and AI.
19
19
20
20
## [ 0.3.0] - 2021-11-12
21
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @abstractplay/gameslib" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" : " TypeScript implementations of the core Abstract Play games, intended to be wrapped by the front- and backends" ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments