Hacker News new | ask | show | jobs
by joan_kode 1633 days ago
This kind of "code study" is underrated. Turns out I was also influenced by studying code by the same author, but on another of his projects: https://github.com/LingDong-/Hermit (video demo: https://www.youtube.com/watch?v=mPYeTJd8klQ )

The code isn't perfectly organized (eg. the file containing the main loop is literally called "foo.py"), but it was still clear enough to convince me that implementing 2D skeletal animation from scratch was actually a reasonable task for a hobby game, something that I ended up doing myself.