VIM Adventures For Free
Language: 中文
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.
- vim-adventures-external-dynamic.zip: Similar to the Node.js version of the Vim Adventures game but with dependencies installed. Need Internet access to get external resources (e.g. images and sound files). Can be run directly using Node.js. Run node bin/www.js in the decompressed directory to start the game.
- vim-adventures-external-static-mobile.zip: Static web page version with mobile support. Can be hosted as static website. Support playing on mobile phone. But need Internet access to get external resources.
- vim-adventures-standalone-static.zip: Standalone and static version. Don't need Internet access to get external resources. Can be hosted as static website.
- vim-adventures-standalone-static-mobile.zip: Standalone and static version with mobile support. Don't need Internet access to get external resources. Can be hosted as static website. Support playing on mobile phone.