a little funny game called go2048(http://go2048.com/), but this implemented in VIM script programming and some perl codes.
HOW TO PLAY
-
open go2048.vim in VIM editor.
-
execute command ":so %"
-
play the game,OPERATING keys as fellows:
<F2> -- Reset game
<F3> -- Quit game
<Up> -- Move up
<Down> -- Move down
<Left> -- Move Left
<Right> -- Move Right