Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.05 KB

BroDCPU

Build Status

DCPU-16 emulator written in Squeak Smalltalk

BroDCPU Screenshot

How to install

  1. Make sure you have metacello-work installed.
  2. Load the project with:
Metacello new
  baseline: 'BroDCPU';
  repository: 'github://fniephaus/BroDCPU:master/packages';
  onConflict: [:ex | ex allow];
  load
  1. Now you can just run the following code in your workspace:
BroDCPU new openInHand

Features

Contributors

Fabio Niephaus, Philipp Otto, Max Reimann and Daniel Werner