- https://github.com/nanochess/Invaders (Invaders)
- https://github.com/nanochess/bricks (bricks and paddle)
- https://github.com/nanochess/bootRogue (Rogue)
If you like learning assembly language/OSDev, his repos are a must to be bookmarked.
https://web.archive.org/web/20210518022312/http://www.codeco...
Not sure I understand how that's calculating Pi though.
https://www.gavalas.dev/blog/spigot-algorithms-for-pi-in-pyt...
If you enjoy Pi stuff then I'd recommend the Pi Unleashed book
https://link.springer.com/book/10.1007/978-3-642-56735-3
Which has this algorithm and many more!
https://www.chiark.greenend.org.uk/~sgtatham/spigot/
https://www.trans4mind.com/personal_development/JavaScript/l...
It fills the screen with digits of pi, then stops (tried it at https://copy.sh/v86/ ) - is it supposed to scroll?
It will generate (14000-14)/14*2 digits. Cannot go further with current precision
https://github.com/nanochess/pi/blob/master/pi.asm
- https://github.com/nanochess/Invaders (Invaders)
- https://github.com/nanochess/bricks (bricks and paddle)
- https://github.com/nanochess/bootRogue (Rogue)
If you like learning assembly language/OSDev, his repos are a must to be bookmarked.