Supposedly, I write the code in a word processor, like notepad, then save it so it becomes a ".hug" file; right? To do this, I used a neat trick I learnt when programing java: in notepad, when I saved, instead of typing say "game", then clicking on save, I typed: "game.hug", then saved. I did this on the sample game that was available on the coffee company website. I take it there was no need to debug anything in it, but passed it though the debugger anyway just to make sure.
At this point, I take it the debugger did its work, but gave me no notification message. Then I tried to compile the sample, only to tell me it cannot compile.
