descriptionGem-matching game
homepage URLhttp://code.google.com/p/gljewel/
ownerstephen.webb@bregmasoft.ca
last changeTue, 23 Dec 2008 19:39:16 +0000 (23 14:39 -0500)
content tags
add:
readme
You have an 8x8 array of jewels of 7 types. You need to get 3 or more in a row horizontally or vertically in order to score points. You can swap any two jewels that are next to each other up and down or left and right. There is a clock shown on the left. When it counts down to 0 the game is over. This program was originally developed by David Ashley. The original distribution and sources can be found here.
shortlog
2008-12-23 Stephen M.... Fixed a build problem.master
2008-12-23 Stephen M.... Autoconfiscated the project to allow for OpenGL ES...
2008-12-23 Stephen M.... Got VBOs working with golden pyramid.
2008-12-21 Stephen M.... Added VBO functions to Windows port.
2008-12-20 Stephen M.... (1) Added comments.
2008-12-20 Stephen M.... Added new sources to Windows build.
2008-12-20 Stephen M.... Fixed Windows build.
2008-12-20 Stephen M.... Merge commit 'public-repo/master'
2008-12-19 Stephen M.... Experimented with the pyramid shape.
2008-12-19 Stephen M.... Introduced the shape "class".
2008-12-18 Stephen M.... Added some sketchy VBO stuff as a test.
2008-12-18 Stephen M.... Converted golden pyramid to use vertex arrays.
2008-12-17 Stephen M.... Refactored the icosahedron into a separate module.
2008-12-17 Stephen M.... Refactored celery stalks into a separate module.
2008-12-17 Stephen M.... Refactored snowballs into a separate module.
2008-12-17 Stephen M.... Refactored blood diamonds into a separate module.
...
heads
15 years ago ogles1
15 years ago master