As much as I like this organization system - I think this is one of the oldest on the site - it was one glaring flaw. I never keep these descriptions up-to-date and never will! So if the software page has source code available (and no other text) it will now redirect straight to the source code.
17 lines
279 B
Markdown
17 lines
279 B
Markdown
---
|
|
title: "chip8"
|
|
date: 2020-01-25
|
|
draft: false
|
|
source: "https://code.ryne.moe/redstrate/chip8"
|
|
license: MIT
|
|
projtags:
|
|
- CPlusPlus
|
|
- Emulation
|
|
resources:
|
|
- src: img/output.png
|
|
name: Screenshot
|
|
layout: "project"
|
|
aliases:
|
|
- /projects/chip8
|
|
summary: "Basic Chip-8 emulator."
|
|
---
|