Search found 2 matches

by micha
Mon Feb 01, 2010 2:37 pm
Forum: Challenges Solved
Topic: Breakout
Replies: 35
Views: 3124

Just run...

...BreakoutGame.class from the jar, since it comes with its own main() and it will print the first 20 level codes (to be precise it prints 20 almost random codes that - in that order - match the first 20 levels).

(I had to decompile it to find out)


cheers
Micha
by micha
Wed Feb 04, 2009 1:22 am
Forum: Challenges
Topic: Calculator Challenge
Replies: 11
Views: 13989

Do we have multi digit numbers? We dont have the ability in hvm language to enter multidigit numbers no... but we still have to be able to support it in the calculator challenge. Example: "10+5" must print out 15 not 5 or 6 oh do we? so may I assume that the representation of 10+5 is &quo...