Find a file
2024-05-17 18:37:51 +02:00
.vscode Add compiler 2024-05-17 18:37:51 +02:00
assembler Add compiler 2024-05-17 18:37:51 +02:00
chatbot Init commit 2023-10-30 17:50:05 +01:00
compiler Add compiler 2024-05-17 18:37:51 +02:00
doc Add compiler 2024-05-17 18:37:51 +02:00
programs Add compiler 2024-05-17 18:37:51 +02:00
.gitignore Add compiler 2024-05-17 18:37:51 +02:00
README.md Init commit 2023-10-30 17:50:05 +01:00

LittleBigComputer

Tools for working with computers built in the game LittleBigPlanet.

Available online at http://littlebigcomputer.com

Assembler

Located in the assembler/ directory.

Assemblers for computers built in LittleBigPlanet.

Setup

  • Install Typescript: npm install -g typescript

  • Compile with tsc main.ts --target es2020

  • Host the files on a static server.

Emulator

There are emulators for Parva and the V8 included in the assembler. Click "Reset" before running any program with them.

There is currently no support for interrupts.

Chatbot

The assembler is capable for sending data directly to LittleBigPlanet using the in-game Livestream Sensor. This uses a chatbot which sends messages to your Twitch stream.

I've only configured it for personal use. If you are interested in using it yourself, message me.