Home
Products
Community
Manuals
Contact
Login or Signup

Blitz User Gallery

Arkanoid clone by PowerPC603

Submitted: 1+ years ago
No. of ratings: 14
Average rating: 2.79 / 5



I'm currently trying to create my first game: Arkanoid.
But it's using 3D calculations to process the collisions and all other things (there will be no 2D in it).

But it does look 2D, as it's using CameraProjectMode 2.


Current features:
- 2 different types of blocks (rectangular and diamond), block-color can be changed
- randomly moving light over the playfield
- blocks shake when they get hit
- score gets 10 points when a block is hit, 25 when the block is destroyed

Try the demo:
http://users.telenet.be/vge/Arkanoid3D/Arkanoid3D.exe

No need to install, just place it anywhere and run it.
No external sources (yet).
Needs a screen resolution of 800x600 or higher (runs in windowed mode at 800x600).

Move the shuttle using the mouse, left click to release the ball (only once).
The bottom floor is still there yet, but will be removed in a later version.

Back