darkforest-eth/client
Fork: 122 Star: 180 (更新于 2024-10-30 20:39:09)
license: GPL-3.0
Language: TypeScript .
Dark Forest client
最后发布版本: v0.4.3 ( 2020-10-10 15:55:14)
Dark Forest Client
Development Guide
Installing Core Dependencies
- Node (v14.x OR v16.x)
- Yarn (Javascript Package Manager)
Installing The Correct Node Version Using NVM
Dark Forest is built and tested using Node.js v14/v16 and might not run properly on other Node.js versions. We recommend using NVM to switch between multiple Node.js version on your machine.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm install
After the installation is finished, you can run node --version
to verify that you are running v14 or v16
Installing Yarn
Refer to Yarn's official documentation for the installation guide.
After you have Yarn installed, run yarn
to install the dependencies:
Running the client
To connecting to the mainnet client, simply run yarn start:prod
. When asked you can use your whitelist key or import your mainnet burner secret and home coordinates.
Plugin development
You can develop plugins for Dark Forest either inside this game client repository, or externally using something like https://github.com/Bind/my-first-plugin. In either case, you'll want to use the df-plugin-dev-server
.
You can install it as a global command, using:
npm install -g @projectsophon/df-plugin-dev-server
Once it is installed, you can run it inside this project repository, using:
df-plugin-dev-server
You can then add or modify any plugins inside the plugins/
directory and they will be automatically bundled and served as plugins you can import inside the game!
And then load your plugin in the game client, like so:
// Replace PluginTemplate.js with the name of your Plugin
// And `.ts` extensions become `.js`
export { default } from 'http://127.0.0.1:2222/PluginTemplate.js?dev';
Embedded plugins
The Dark Forest client ships with some game "plugins" embedded in the game client. The source code for these plugins exists at embedded_plugins/
. You are able to edit them inside the game and the changes will persist. If you change the source code directly, you must delete the plugin in-game and reload your browser to import the new code.
最近版本更新:(数据更新于 2024-09-03 11:56:59)
2020-10-10 15:55:14 v0.4.3
2020-10-10 05:41:27 v0.4.2
2020-10-03 07:01:17 v0.4.1
2020-09-12 06:41:29 v0.3.1
2020-09-12 05:00:22 v0.3
darkforest-eth/client同语言 TypeScript最近更新仓库
2024-11-05 17:55:23 langgenius/dify
2024-11-05 17:35:52 siyuan-note/siyuan
2024-11-05 16:59:32 laurent22/joplin
2024-11-05 12:39:27 lobehub/lobe-chat
2024-11-05 11:52:31 RSSNext/Follow
2024-11-05 07:18:03 microsoft/genaiscript