Simple games of 2048
using Game2048
gui_game() # play a game using a GUI
cli_game() # play a game in the command line; q to quit; jikl for movement
For the fast engine backing this see Game2048Core.jl
Simple games of 2048
using Game2048
gui_game() # play a game using a GUI
cli_game() # play a game in the command line; q to quit; jikl for movement
For the fast engine backing this see Game2048Core.jl