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.
- Online in web browser (tested in Firefox and Chrome)
- Downloadable version (pre-built portable binaries)
The documentation is written in Markdown and can be viewed here. It is also available in-app under the "Manual" section in the sidebar.
To get the source for the latest released version, type:
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.
Code released under GNU General Public License v3.0. Copyright © Daniel Spencer.