80
by Facundo Batista
New setup.py and project refactor. |
1 |
Introduction |
2 |
------------ |
|
3 |
||
4 |
This is Enjuewemela, the crazy gems game. |
|
5 |
||
6 |
It's a crazy game with a lot of gems that tend to dissappear strangely following user actions |
|
7 |
||
8 |
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. |
|
9 |
||
10 |
||
11 |
How to play |
|
12 |
----------- |
|
13 |
||
14 |
Uncompress the tarball or branch the project, and run: |
|
15 |
||
16 |
bin/enjuewemela |
|
17 |
||
18 |
||
82
by Facundo Batista
No more avbin |
19 |
You need the following dependencies: |
20 |
||
21 |
- pyglet |
|
22 |
- numpy |
|
23 |
- sdl 1.2 |
|
24 |
- sdl-mixer 1.2 |
|
92
by Facundo Batista
Fixed name. |
25 |
- configglue |
82
by Facundo Batista
No more avbin |
26 |
|
27 |
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. |
|
28 |
||
29 |
||
80
by Facundo Batista
New setup.py and project refactor. |
30 |
You can found more info about the game in its site: |
31 |
||
32 |
http://www.taniquetil.com.ar/enjuewemela/ |
|
33 |
||
34 |
||
35 |
Developer info |
|
36 |
-------------- |
|
37 |
||
38 |
More about the project, how to help, open bugs, etc: |
|
39 |
||
40 |
https://launchpad.net/enjuewemela |
|
41 |
||
42 |
The code is licensed under the GNU GPL v3, see file COPYING here or... |
|
43 |
||
44 |
http://www.gnu.org/licenses/gpl.html |