This is the classic bloxorz game implemented using OpenGL 3.3
- Normal Tiles : Red Color
- Fragile Tiles : Yellow Color
- Switch Tiles : Tiles with a white cross on them
- Finsih Tiles : White Color
Do a make, and then run it by executing the sample2D [ ./sample2D ]
- make
- ./sample2D
Arrow keys for the movement of the block
- f : Front view form the block (block view)
- b : Follow-cam view (with camera slightly behind the camera)
- t : Tower view
- u : Top View
- Mouse Control : Helicopter view (Seeing from the top)
Use as less moves as possible (displayed on the upper left corner) and as less time as possible (displayed on the upper right corner)
- Play background music
- Split viewports and display score/time
- Different levels
- Smooth animations of block movement (falling over, falling inside)