Hacker News new | ask | show | jobs
by ktg 4393 days ago
Flappy Bird in Racket | https://github.com/soegaard/flappy-bird
1 comments

Man, apparently dr racket format looks like a hot mess.
A normal Racket file is a straight forward text file.

In Flappy Bird I used inline images, as in (define bird <the-bird-image-here> ) This makes it simple to distribute the source and images as a single file, but unfortunately the resulting file is not pretty.

In short: to see the source open it in DrRacket.