Skip to content

Instantly share code, notes, and snippets.

@mudhairless
Created April 15, 2012 04:52
Show Gist options
  • Save mudhairless/2390138 to your computer and use it in GitHub Desktop.
Save mudhairless/2390138 to your computer and use it in GitHub Desktop.
screenres 640,480,32
'magic numbers
const frog_speed as integer = 32
const car_log_sp as integer = 2
'toggle between east and west directions
#define dtoggle(d) ((d) xor 2 )
enum direction explicit
north =0
east
south
west
end enum
#define FROG_DEAD 4
#define FROG_WIN 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment