mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-19 08:46:52 +00:00
Init commit
This commit is contained in:
commit
c45ad79440
48 changed files with 6786 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue