4 projects tagged "Games"
ABC Path Generator is a program and a Perl library that generates layouts of ABC Path based on the input of a random number generator. Giving different seeds to the generator will yield different layouts. ABC Path is a puzzle game in which one should position the letters from "A" to "Y" in a 5*5 grid based on clues. It is featured on brainbashers.com. ABC Path Generator makes use of depth-first-search to find usable final paths, and then assigns the clues for it, also using DFS.
ABC Path Solver is a Perl program and library that automatically solves an ABC Path game while giving the reasoning. ABC Path is a puzzle game in which one should position the letters from "A" to "Y" in a 5*5 grid based on clues. It is featured in brainbashers.com. ABC Path Solver uses a mixture of deduction and solving by trying several branches, which should allow it to solve all initial boards.
Romance Of Rome is a game in which you visit the legendary Roman Empire. Love and treachery, adventure and jeopardy await you in this hidden object game. The game opens as you learn that imperial relics are stolen and the Emperor promises to marry his beautiful daughter to any person who brings them back. The protagonist, Marcus, must find the stolen relics and win the heart of the Emperor's daughter. The game features travel to every corner of the ancient city of Rome, like the Coliseum, Thermae, Forum, and more. The player must collect skillfully hidden items, earn money, get original trophies, and complete challenging quests to earn love and worship of Roman citizens.