Skip to content

Commit 97797f6

Browse files
committed
Prepped for 0.3.0 release
1 parent d41a006 commit 97797f6

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.3.0] - 2021-11-12
99

1010
### Added
1111

12+
#### New Games
1213
- Entropy game added. This includes move generation but not AI. Hopefully AI will be doable later.
1314

1415
This is the first simultaneous game. The engine itself does not accept partial moves. All players' moves must be submitted at the same time. This adds complexity to the API server, which must store partial moves for a time, but prevents the hidden information being stored and transmitted by the game state, which is visible to the client browser.
1516
- Added the modern Volcano, which differs from what was implemented on SDG.
1617
- Added the original Mega-Volcano.
1718
- Added Chase! Phew!
18-
- Added click handler for Volcano and Mega-Volcano to the playground.
19-
- Added the `showAnnotations` toggle to the playground.
20-
- Added a new `eject` move result to signal consequential movement (e.g., eruptions in Volcano).
19+
20+
#### Other Features
2121
- i18n is working! Error messages and game chat logs can now all be translated.
22+
- Added a new `eject` move result to signal consequential movement (e.g., eruptions in Volcano).
23+
- Added the `showAnnotations` toggle to the playground.
24+
- Added click handler for Volcano and Mega-Volcano to the playground.
2225

2326
## [0.2.1] - 2021-10-31
2427

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abstractplay/gameslib",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "TypeScript implementations of the core Abstract Play games, intended to be wrapped by the front- and backends",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)