Search found 1 match
- Thu Jul 05, 2012 1:10 pm
- Forum: Challenges Solved
- Topic: Breakout Extreme
- Replies: 13
- Views: 1810
Just wrote some code that grants me a bonus non stop and restarted the game until i got triple bonus :D Then u will never have to worry about having no more balls public class App extends BreakoutApplet implements Runnable { Thread cheat; BreakoutGame game; public void init(){ super.init(); cheat = ...