Ask HN: Why hasn't x86 caught up with Apple M series?
418 points by stephenheron 1d ago 599 comments
iOS 26 Launches Sept 15 – Even GPT-5 Doesn't Know It Exists
2 points by rileygersh 5h ago 5 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 3d ago 89 comments
Stop squashing your commits. You're squashing your AI too
4 points by jannesblobel 1d ago 9 comments
Show HN: Write Code to Solve Minigames
2 andersource 0 8/27/2025, 1:32:54 PM codyssey.andersource.dev ↗
Hi HN!
Codyssey is a small programming game where you write Python functions to solve minigames. Think pong, flappy bird - the functions serve as a control mechanism for the player.
It evolved from an end-of-year activity I made for an introduction to programming class for 9th graders, difficulty has been adjusted obviously. I ran it as a workshop / competition at several conferences, now considering making it available as a small game.
Some technical details: It runs python in the browser with Brython [0], I originally used Pyodide but it was too heavy for conference WiFis. Code editor is Ace [1].
I'd love to hear your feedback :)
No comments yet