2048: Difference between revisions

Content added Content deleted
Line 1,559: Line 1,559:
import java.io.InputStreamReader
import java.io.InputStreamReader


const val positiveGameOverMessage = "So sorry, but you lost the game."
const val positiveGameOverMessage = "So sorry, but you won the game."
const val negativeGameOverMessage = "So sorry, but you won the game."
const val negativeGameOverMessage = "So sorry, but you lost the game."


fun main(args: Array<String>) {
fun main(args: Array<String>) {