daleharvey / pacman

HTML5 Pacman
Do What The F*ck You Want To Public License
697 stars 470 forks source link

idk if this works like that #21

Open hackzwizz opened 5 years ago

hackzwizz commented 5 years ago

at the beginning you put your variable: var NONE =4 but the rest like up, down, etc. Don't have var behind the name

platzhersh commented 5 years ago

It works, because it's actually a one line statement, assigning multiple variables at once.