Blizzard 4 is a 16-bit computer I designed. This repo contains the compiler, assembler and emulator needed to develop and test programs for it. Try online at:
https://github.com/danielfspencer/blizzard-4.git
![]() |
|||
![]() |
![]() |
![]() |
![]() |
| Space Invaders | 3D Renderer | Snake | Ping Pong |
Blizzard 4 is a RISC 16-bit computer designed for simple implementation in hardware. This web app contains an emulator, assembler, compiler and a set of example programs for the computer.
git clone https://github.com/danielfspencer/blizzard-4
cd blizzard-4
Install the libraries required by Electron with:
npm install
Run the app with:
npm start
You can also build a portable binary for your current OS with the following command:
npm run dist
The generated executable is found in the ``electron_dist/`` folder.