2048: Difference between revisions

No change in size ,  8 years ago
Line 1,559:
import java.io.InputStreamReader
 
const val positiveGameOverMessage = "So sorry, but you lostwon the game."
const val negativeGameOverMessage = "So sorry, but you wonlost the game."
 
fun main(args: Array<String>) {
Anonymous user