Settings

Theme

Show HN: Write Code to Solve Minigames

codyssey.andersource.dev

2 points by andersource 4 months ago · 0 comments · 1 min read

Reader

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 :)

[0] https://brython.info/

[1] https://ace.c9.io/

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection