~facundo/enjuewemela/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Introduction
------------

This is Enjuewemela, the crazy gems game.

It's a crazy game with a lot of gems that tend to dissappear strangely following user actions

Enjuewemela is yet another similar game to the popular "Bejeweled" or "Diamond Mine". The game basics is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems.


How to play
-----------

Uncompress the tarball or branch the project, and run:

    bin/enjuewemela


You need the following dependencies:

    - pyglet
    - numpy
    - sdl 1.2
    - sdl-mixer 1.2

The cocos2d game framework is needed to run the game, but it's directly inserted in the sources. Right now, we're using revno 1116 of this project.


You can found more info about the game in its site:

  http://www.taniquetil.com.ar/enjuewemela/


Developer info
--------------

More about the project, how to help, open bugs, etc:

  https://launchpad.net/enjuewemela

The code is licensed under the GNU GPL v3, see file COPYING here or...

    http://www.gnu.org/licenses/gpl.html