2017-12-30 23:47:08 -06:00
2017-12-27 15:36:08 -06:00
2017-12-29 22:32:39 -05:00
2017-12-30 10:30:18 -05:00
2017-12-29 10:00:19 -06:00
2017-11-12 09:32:08 -05:00

Live demo

Program the 8086-like microprocessor of a robot in a grid-based multiplayer world. The game is web based so no installation is required. In its current state, players can walk around the game universe and collect Biomass blobs & Iron/copper ore using the online code editor.

screenshot from 2017-11-12 13-01-43

Wiki: GitHub
Chat: Slack

Deploying the server (Ubuntu or other Debian derivative)

Note: You can find the frontend here

Linux (Ubuntu 16.04)

# Install tools
sudo apt install git maven openjdk-8-jdk

# Obtain source files
git clone https://github.com/simon987/Much-Assembly-Required.git

# Build
cd Much-Assembly-Required
mvn package

# Run
cd target
java -jar server-1.2a.jar

Windows

Coming eventually...

Description
Languages
Java 87.3%
TypeScript 11.7%
CSS 0.9%