VIM Adventures For Free

Language: 中文


Play Game Online For Free Now!!!


Source Code and Releases Download

A reverse engineered Node.js version of the Vim Adventures game.

You can browser the source code of the project in Github: chunyujin295/vim-adventure

Please refer to the README.md document in the root directory of the source code for instructions to compile and deploy the project.

If you want to run the executable built from source code, you need to create a .env file in the same directory as the executable. And there must be two lines of code in it:

APP_DIR=.
PORT=80

The APP_DIR specifies the path to store the game archive files. And the PORT specifies the listening port of the game server.


Other Version Download

Derived from the Node.js version of the Vim Adventures game.