mdtrooper / anagramarama

A multi-platform, multi-lingual anagram finding game.

Home Page:http://anagramarama.googlecode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anagramarama

How to compile/install it?

The easiest current solution is to use cmake with a command like:

cmake . && make && sudo make install

The game need SDL and SDL_mixer installed. It has optional support for libgamerzilla. The game can run without installing it if you want to test it.

The older platform makefiles are still included at the moment. They have not been tested. They still build the game as "ag" instead of "anagramarama".


Changelog

Version 0.1 -   still needs a high score table and some
		informational messages, but you can play a game.

Version 0.2 -   Added keyboard support and the scrabble wordlist

Version 0.3 -   Added internationalisation, portuguese is the first available
                language, many more to follow!

Version 0.4 -   Numerous bug-fixes and French support.

Version 0.5 -   Italian translation (by Michele Bucelli)
  Added achievements with Gamerzilla.


License

Copyright (c) 2003-2010 Colm Gallagher et al.

Licensed under the terms of the GPL - see gpl.txt for details.

Clock in gamerzilla/clock1.png is under CC-BY-3.0 and was created by Keith333
Clocks & Watches - black clock - Seamless Texture with Normalmap
https://opengameart.org/content/clocks-watches-black-clock-seamless-texture-with-normalmap

About

A multi-platform, multi-lingual anagram finding game.

http://anagramarama.googlecode.com/


Languages

Language:C 80.9%Language:NSIS 6.6%Language:Makefile 5.2%Language:CMake 2.8%Language:HTML 1.9%Language:Tcl 1.5%Language:C++ 0.6%Language:CSS 0.4%