|
Project Information
Featured
Downloads
|
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. NEWSFreegemas 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 usersThere are packaged downloads for Windows, so no compilation is needed. DependenciesFreegemas shares the sames dependencies as Gosu. You will need the following packages (install via sudo apt-get install <packagename>):
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 compilingUse 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
|