~facundo/enjuewemela/trunk

« back to all changes in this revision

Viewing changes to enjuewemela/README.txt

  • Committer: Facundo Batista
  • Date: 2011-08-16 01:48:00 UTC
  • Revision ID: facundo@taniquetil.com.ar-20110816014800-r3ha0gn8ez7n39p8
New setup.py and project refactor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
To run it, you need to have installed pyglet, and avbin.
15
 
 
16
 
You can get both packages from your distribution. For example, for Ubuntu, just do:
17
 
 
18
 
    sudo apt-get install python-pyglet libavbin0
19
 
 
20
 
After that, just do
21
 
 
22
 
    python main.py
23
 
 
24
 
And get fun with all those gems!
25
 
 
26
 
 
27
 
Cocos integration
28
 
-----------------
29
 
 
30
 
Cocos is also needed to run the game, but it's directly inserted in the game.
31
 
 
32
 
Right now, we're using revno 1116 of this project.