-
Arkanoid Restart를 구현합니다.
izeye updated
11 years ago
-
Arkanoid Pause를 구현합니다.
izeye updated
11 years ago
-
Arkanoid Stage를 추가합니다.
Stage가 올라갈수록 속도가 빨라집니다.
izeye updated
11 years ago
-
Implement Arkanoid's 3rd stage.
izeye updated
11 years ago
-
Arkanoid 게임 종료 후 Pause/Resume 시 점수가 계속 Submit되는 버그를 수정합니다.
izeye updated
11 years ago
-
Implement Arkanoid user play history.
izeye updated
11 years ago
-
Arkanoid Ball과 Bat 사이의 동작을 물리학적으로 자연스럽게 변경합니다.
izeye updated
11 years ago
-
Arkanoid 스테이지를 깰 수 있도록 변경합니다.
izeye updated
11 years ago
-
Hi!
This looks great! I tried the arkanoid example with Ruboto master, and it works perfectly except that I get an exception when trying to play the background song:
```
E/MediaPlayer(16127): Unabl…
donv updated
11 years ago
-
I have a simple game that draws an image on screen.
```
class GameWindow < Gosu::Window
def initialize
@done = true
super 640, 480, false
self.caption = "Gosu Tutorial Gam…