Skip to content

Releases: qualiaa/dango

v0.4.1: Compile bugfix

26 Jul 22:10
Compare
Choose a tag to compare
(+) Added hoshi
(*) Fixed signed comparison to unsigned

v0.4: Improved endgame resolution, bugfixes

26 Jul 20:35
Compare
Choose a tag to compare
(+) Ability to mark stones once game has ended with right-click
(+) Ability to kill marked stones with k key
(+) Menu remembers last successfully contacted server hostname and port
(*) UI text no longer aligned to half-pixels
(-) Console debug messages

v0.4-alpha: KILL Signal

26 Jul 01:23
Compare
Choose a tag to compare
Pre-release
(+) KILL 'k' header makes server kick all clients from the game
(+) Shift + K in client sends KILL (this will crash every connected client)

v0.3: Game Ending and Restarting

25 Jul 18:37
Compare
Choose a tag to compare
(+) Error message on failed connection
(+) Two sequential passes end the game
(+) Game can be restarted once ended
(*) Default hostname now RFC791 compliant (127.1 -> 127.0.0.1)

v0.2

25 Jul 01:37
Compare
Choose a tag to compare

This release adds a pass button and various UI feedback.

(+) pass button
(+) current turn indicator
(+) player colour indicator
(+) score-keeping
(+) score indicator
(*) changed background colour
(*) input boxes no longer lose focus on click

v0.1

24 Jul 20:04
Compare
Choose a tag to compare
Functional on Windows and Linux