Skip to content

Releases: gsobell/dango

v0.4.2

25 Jun 08:06
86b16e8
Compare
Choose a tag to compare

dango v0.4.2

This release is minimally feature complete, for user vs user games.

New in this release:

  • Fixed duplicate moves.append() causing cascading issues

Known Issues:

  • Prints move coordinates to screen

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Jun 11:45
2af4609
Compare
Choose a tag to compare

dango v0.4.1

This release is minimally feature complete, for user vs user games.

New in this release:

  • Keyboard control (arrow or vim keys)
  • Undo with u
  • Quit with q
  • View kifu (game record) with n
  • Ko rule implementation

Known issues:

  • Stone capture needs more in depth testing for edge cases.
  • Lacking engine support; scoring; SGF I/O

v0.4.0

23 Jun 10:16
16066d3
Compare
Choose a tag to compare

dango v0.4.0

This release is minimally feature complete, for user vs user games.

New in this release:

  • Keyboard control (arrow or vim keys)
  • Undo with u
  • View kifu (game record) with n
  • Ko rule implementation

Known issues:

  • Stone capture needs more in depth testing for edge cases.
  • Lacking engine support; scoring; SGF I/O

v0.3.0

07 Mar 11:34
bd12633
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

dango v0.3.0

This release is for testing purposes only, with PKGBUILD.
Game features approaching complete.

Known issues:

Splash screen characters, 🮡 (U+1FBA1) , 🮢 (U+1FBA2) aren't readily available on all terminals.
CPU v. CPU games glitchy at start.

v0.2.0

02 Jan 12:03
b2f3e26
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

dango v0.2.0

First pre-release of dango python rewrite. Basic game features are fully usable.
This is a pre-release, tread with caution.