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
- Host: GitHub
- URL: https://github.com/duskyelf/nor2doom
- Owner: DuskyElf
- Created: 2023-06-04T15:53:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T09:54:47.000Z (over 2 years ago)
- Last Synced: 2025-09-14T18:42:40.455Z (9 months ago)
- Topics: computer-architecture, computer-science, educational-game, nand2tetris, nor2doom, raylib, raylib-c
- Language: C
- Homepage:
- Size: 1.12 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.