|
|
|
|
|
by soegaard
4392 days ago
|
|
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. |
|