Kaolin Fire with GUD Issues 0 + 1

kaolin fire presents :: software :: Falling Up

(a "twist" on Tetris)


Falling Up OpenGL


ProductRatingDownloads 
Falling Up (OSX)
Falling Up (Win)

add a comment (OSX)

add a comment (Win)

Yes, it's another tetris clone. No, I'm not trying to make any money off of it or claim it as particularly unique. It is fun. Try it. It's evil. I'm told that frequently. People have even praised it. I wrote it as a precursor to other games, a way to learn new technologies (GLUT, OpenGL, OpenAL, NSIS, ...), and to brush up on old ones (c, for that matter).

The source code is essentially free to do with as you please, if you like. If you "steal" most of it, I'd prefer you give credit back to here, but really... whatever. I learned from lots of places and anything I can do to pay that back is cool.

The game is... tetris. You have the same old blocks, and they fall down. You use left and right to move blocks left and right, up to rotate, down to move down a line, and spacebar to drop. There's a 'next' item (optional), sound (optional), and... stuff like that. Please, just download it and play it already! Geeze! You'd think I was just rambling...

Download Current

Feedback?

Changelog

004b -- building up to 005
  • changed background rendering to textures instead of an image (increasing framerate considerably)
  • newer installer for windows
  • icon added for windows
  • openal toolkit included for os x
  • in-game menus--you don't have to use function keys for everything
  • cleaner UI
  • base score algo taken from http://en.wikipedia.org/wiki/Tetris -- scaled down by a factor of ten
  • ability to start from higher levels
  • several tilesets
  • preview reduces points by 20 percent
  • low-scoring "CHEAT" mode reduces points by 60 percent--see if you can find this without looking at the source!
004
The score file was adding 1 to the "level" the score was attained at every time a new high score was made, give or take; that is fixed. I added a background image (doesn't work with 'trails', may slow down on slower systems), and made 'F4' quit out of playing the game.

Old Versions

os x
004, 003, 001, 000B, 000A
windows
004, 003, 002A, 002, 001A, 001, 000A, 000
source code
004, windows installer script for 004, 003, 002A, 002, 001A, 001, 000A








I am soooo fake pre-loading this image so the navigation doesn't skip while loading the over state.  I know I could use the sliding doors technique to avoid this fate, but I am too lazy.