Author Archives: david

First Puzzlang release on GitHub

The first release of Puzzlang is now available on GitHub! This release of Puzzlang implements a pattern language compatible with PuzzleScript. The release includes a Puzzlang games engine, a Unity player and a selection of games. The Puzzlang engine compiles … Continue reading

Posted in PuzzLang | Leave a comment

The Puzzlang Project Begins

PuzzleScript is a fascinating language for writing puzzle games, particular those of the block-pushing variety. It has a strong following, with hundreds of games written in it to various levels of quality. It is particular well-suited to prototyping a game … Continue reading

Posted in PuzzLang | Leave a comment

Polygamo Release with User Games

An update to Polygamo has just been released. The release supports user games supports BMP files for user games supports random players has an improved script picker and shows the readme has settable options for think time macros now expand correctly, including inside strings turn order works, including pass and random start pieces can be defined in any order fixes a number of bugs improves Zillions compatibility. The release includes 3 internal games and copies of around 30 user-created games, each with a readme.txt. The release can be found on GitHub here.

Posted in Polygamo | Leave a comment

Polygamo Initial Release

Polygamo is a language compiler and general player for abstract games and puzzles. You can read more about it here. The aim of Polygamo is to allow a human to play any general games and puzzles as long as there … Continue reading

Posted in Polygamo | 3 Comments

PySol

PySol is an exciting collection of more than 200 solitaire card games. Its features include support for lots of distinct games, very nice look and feel, multiple cardsets and table tiles, sound and background music, unlimited undo & redo, load … Continue reading

Posted in Collections | Leave a comment

Tatham Puzzles

Simon Tatham is a software engineer who created a collection of portable single-player puzzle games. Simon is better known in some circles as the author of PuTTY, but as a side project this one has been rather successful. With the … Continue reading

Posted in Collections | Leave a comment

A High Level View

Many abstract games and puzzles can be described in terms of players, pieces and moves on a board. Games have two or more players, human or computer, who compete to reach some defined goal. Puzzles have one player and the … Continue reading

Posted in Architecture | Leave a comment

Axiom

Axiom is a universal game engine developed by Greg Schmidt, that was originally based on the Zillions of Games engine. It is a system and language designed for game creation. Unlike ZoG, Axiom supports the ability for game developers to … Continue reading

Posted in Language | Leave a comment

Zillions

Zillions of Games is a commercial general game playing system developed by Jeff Mallett and Mark Lefler in 1998. The game rules are specified with S-expressions in the Zillions rule language. It was designed to handle mostly abstract strategy board … Continue reading

Posted in Language | Leave a comment

PuzzleScript

PuzzleScript is an open-source HTML5 puzzle game engine. Really a script-based system for creating puzzle games. http://www.puzzlescript.net/ Increpare Games Ltd is a video game developer based in London, England, founded and operated by Stephen “Increpare” Lavelle in 2004. http://www.increpare.com/ http://en.wikipedia.org/wiki/Increpare_Games … Continue reading

Posted in Language | Leave a comment