Roller Ball (1984) 3D [MSX pinball game remake]

Hello everyone !

The implementation of this game is little bit old, but i decided to post here because i think it’s the best game i could implement so far.

It’s a 3D version of Roller Ball (1984) MSX pinball game implemented from scratch (3D software renderer and 2D physics) using just standard java libraries (java 2D, Swing, AWT), so no external libraries required.

If you decide to play, please leave a message with your score.

Thanks :slight_smile: !

Link to download Runnable Jar [java 6]: https://github.com/leonardo-ono/JavaRollerBall3D/raw/master/RollerBall3D/store/RollerBall3D.jar

Source code: https://github.com/leonardo-ono/JavaRollerBall3D

Gameplay Video

LpHc9VU2VJU

Screenshots

This is just awesome :slight_smile:

I love to see people making creative things like this with Java! :slight_smile:

Hello, orange451, thanks a lot ! It’s really nice to get a such feedback from a very experienced developer like you :slight_smile: !

Really nice game (and engine).

Also, I like that its using the native Java2D methods.

@Damocles thanks a lot and sorry for the late reply ! The code is really messy, but i’m glad you liked my engine :slight_smile: