0x10code
:computer: A website for sharing and developing code for DCPU16, from Mojang's game 0x10c.
Install / Use
/learn @mappum/0x10codeREADME
0x10co.de - Makes sharing 0x10c code easy!
Uses MongoDB and Express.
Make sure you have nodejs, mongodb and npm installed on your machine.
Install Software
Ubuntu/Debian
sudo apt-get install nodejs mongodb
Other Distros.
Install or compile Node.JS (http://nodejs.org/) and MongoDB (http://www.mongodb.org/)
Install Node Package Manager
Obviously skip this if you already have npm installed
curl http://npmjs.org/install.sh | sudo sh
Install Required Node.JS Packages
npm install
Configure
Copy the example configuration and modify to suit your environment (if needed).
cp config_example.js config.js
vim config.js
Run
node app.js
Setup as Ubuntu Upstart Service
This service example uses supervisor to keep the process alive.
sudo npm install supervisor -g
sudo cp ubuntu.upstart.conf /etc/init/0x10code.conf
sudo vim /etc/init/0x10code.conf
Modify the server path and the execution user accordingly. You will now be able to start/top the server using:
start 0x10code
stop 0x10code
The default setup is to start the server automatically upon server startup. You can change these instructions in the 0x10code.conf file.
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
