3 projects tagged "OpenGL"
Octaspire Crates! is a scriptable, skinnable, extensible, and relocatable 3D action puzzle game. All the missions, game entities (or crates), game states, and configuration of the game engine are implemented as plain text Lua-scripts. So, if you know Lua, you can write new game entities, game states, missions, and levels with any text editor, without any special development tools. New skins can be created with any image editor that can save .png images, dropped into a new subdirectory under the resources/textures directory, and changed in the configuration file config.lua. Crates has also its own (simple) implementations for all the different container classes it needs (like vector, string, and so on) to keep the external dependencies fewer.
LettersFall 2 is a word game that combines Tetris and Scrabble. It is a fun yet educational game for both children and adults. It downloads and installs in seconds. It features full color, high resolution visual graphics, digital sound effects, a digitally orchestrated music soundtrack, easy-to-play mouse controls, an American English dictionary with over 20,000 words, a saved high scores table, and saved game preferences.