An open API service indexing awesome lists of open source software.

https://github.com/duskyelf/nor2doom

A game which teaches about low level computer science
https://github.com/duskyelf/nor2doom

computer-architecture computer-science educational-game nand2tetris nor2doom raylib raylib-c

Last synced: 4 months ago
JSON representation

A game which teaches about low level computer science

Awesome Lists containing this project

README

          

# Nor2Doom
Nor2Doom is an interactive game to educate about low-level computer science and how computers work in general by building the "doom game" from scratch (as the final level). It starts from absolute scratch, i.e., by building a computer using logic gates, then building an assembler, then a high-level programming language, etc.

### This project is in its early stages of development, and everything is subject to change.