/VIMgo2048

a little funny game called go2048(http://go2048.com/), but this implemented in VIM script programming and some perl codes

Primary LanguageVim Script

VIMgo2048

a little funny game called go2048(http://go2048.com/), but this implemented in VIM script programming and some perl codes.

HOW TO PLAY

  1. open go2048.vim in VIM editor.

  2. execute command ":so %"

  3. 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