My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages

Freegemas is an open source version of the well known Bejeweled, for GNU/Linux and Windows. It's written in C++ and it uses Gosu as the graphic API.

NEWS

Freegemas is now part of Guadalinex, a Ubuntu-based operating system promoted by the government of Andalusia (Spain) used in schools, and other public spaces. If you happen to use Guadalinex, you can install Freegemas using

sudo apt-get install freegemas

Amazing! Special thanks go to Álvaro Pinel and Alfonso De Cala for their quick response and support building the package.

Windows users

There are packaged downloads for Windows, so no compilation is needed.

Dependencies

Freegemas shares the sames dependencies as Gosu. You will need the following packages (install via sudo apt-get install <packagename>):

  • g++
  • libgl1-mesa-dev
  • libpango1.0-dev
  • libboost-dev (>= 1.36.0—please check the version you have!)
  • libsdl-mixer1.2-dev
  • libsdl-ttf2.0-dev

Copy-and-pastable command line for Ubuntu, last tested 2010, should work across all versions:

sudo apt-get install g++ libgl1-mesa-dev libpango1.0-dev libboost-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev

Checking out and compiling

Use this command to anonymously check out the latest project source code:

svn checkout http://freegemas.googlecode.com/svn/trunk/ freegemas-read-only 

Then, use the following to compile the graphic library

make libgosu

Finally, compile and run the project using

make
./programa

Gameplay video

Powered by Google Project Hosting