In this version the game rule describing end game conditions is parsed from the game config file and applied into the game.
In this version first move field rule was parsed from config file and aplied into game. Some fixes in blank handling and unicode support were made also.
AUTHORS and FAQ files added.
Dictionary file has new format (binary) due to unicode support.
sakreble-dictionary.py utility creates new format dictionaries.
Unicode handling added.
Gameboard info is parsed from config file, so user can define his own gameboard type.
New letter config attribute - letter string to show.
Simple config file for 5x5 game included (polish version).
First game move can be performed for all fields (it will change, when Rules info from config file will be parsed).
patryk_ joined the project. He will be maintainer of Sakreble!'s homepage.
Path with players data file is now program option.
--player-data-path command line option sets it. ./dane_graczy is default.
--help and -h command line parameters shows usage text.
--config-file command line option sets path for file with config game data.
Simple config file for 5x5 game included (english version).
Option "I don't have polish letters" from Tools menu removed.
Letters info is parsed from config file, so user can define his own letter sets.... read more
In this version sources have been translated into english. Dictionary path could be now determined by command line program option.
This version contains small utility, which allows users to create their own Sakreble! dictionaries.
It names sakreble-dictionary, you can find it in utils/ directory. You need also Python to use it.