gnugo.vim : Play a game of Go in your text editor, using GnuGo
script karma |
Rating 27/9,
Downloaded by 1074 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Andrew Radev |
|
script type |
game |
|
description |
Play the game of Go in your Vim! Use the cursor to move around on the board, press `<enter>` to place a stone. Ask the computer to `:Undo` your move or `:Cheat` and play for you. Save and load games by writing or editing a filename.
Demonstration: http://i.andrewradev.com/d1f1769d687d198b89a96decba4c8952.gif
For more documentation, check the project at Github: https://github.com/AndrewRadev/gnugo.vim
|
|
install details |
There are several ways to install the plugin. The recommended one is by using
Tim Pope's pathogen (http://www.vim.org/scripts/script.php?script_id=2332). In
that case, you can clone the plugin's git repository like so:
git clone https://github.com/AndrewRadev/gnugo.vim ~/.vim/bundle/gnugo
If your vim configuration is under git version control, you could also set up
the repository as a submodule, which would allow you to update more easily.
The command is (provided you're in ~/.vim):
git submodule add https://github.com/AndrewRadev/gnugo.vim bundle/gnugo
Another way is to simply copy all the essential directories inside the ~/.vim
directory: autoload, doc, ftdetect, ftplugin, plugin, syntax. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|