5 ms·
Flappy Bird in Racket | https://github.com/soegaard/flappy-bird https://github.com/soegaard/flappy-bird
by ktg 12y ago
Flappy Bird in Racket | https://github.com/soegaard/flappy-bird https://github.com/soegaard/flappy-bird
- dukerutledge 12y agoMan, apparently dr racket format looks like a hot mess.
- soegaard 12y agoA 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.