At this day we still can't make Doom run on a calculator. I found out how to play to Wolfenstein, but it isn't possible for doom! 😡 So, I thought that even if my knowledge in C++ was shitty, I could give it a try! 😉
✅ v0.0.1 - Raycasting system
✅ v0.1.0 - Walls texturing
❌ v0.3.0 - HUD
❌ v0.4.0 - Better menu and options
❌ v1.0.0 - Multiple levels and gameplay enhancement
To build the app, you need to have node.js installed and GCC, also you will need the embedded ARM toolchain and the nwlink nodejs package. You might also need other dependencies, In case you need another dependency: please open an issue.
You can build the app by running
make build.
And you can run it on a calculator connected to your computer with
make run.