This repository has been archived on 2021-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
chess/src/dev/kske/chess/event
kske e070bb584f
Fixed color switching button
* Renamed RestartEvent to GameStartEvent
* Moved event trigger to Game
* Renamed GameState to BoardState
* Added BoardState instance to MoveEvent
* Disabling the color switching button when a checkmate or stalemate is
reached

Fixes #1
2020-08-15 23:25:39 +02:00
..
Event.java Changed class Javadoc to use @author and @since tags 2020-08-15 23:25:30 +02:00
EventBus.java Changed class Javadoc to use @author and @since tags 2020-08-15 23:25:30 +02:00
GameStartEvent.java Fixed color switching button 2020-08-15 23:25:39 +02:00
MoveEvent.java Fixed color switching button 2020-08-15 23:25:39 +02:00
Subscribable.java Changed class Javadoc to use @author and @since tags 2020-08-15 23:25:30 +02:00