We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b40be8 commit 1c8c9fcCopy full SHA for 1c8c9fc
src/main.kt
@@ -7,7 +7,6 @@ import javax.swing.JButton
7
import javax.swing.JFrame
8
import javax.swing.JLabel
9
import javax.swing.JPanel
10
-import kotlin.system.measureTimeMillis
11
12
fun main() {
13
val frame = JFrame()
@@ -37,6 +36,7 @@ fun main() {
37
36
resetButton.addActionListener {
38
board.reset()
39
pointsLabel.text = "Points: ${board.points}"
+ movesLabel.text = "Moves: 0"
40
}
41
42
val aiStartButton = JButton("AI Start")
0 commit comments