89 projects tagged "Games"
xJigsaw combines xjig with a simple GUI which allows easy creation of jigsaw puzzles. There is no need to install xJigsaw, and it does not need xjig. Everything is in a single file. Just download it, unzip it, and run it. It works with png, gif, jpg, tif, and bmp images, and offers image previews. The user can fix the rotation angle of puzzle pieces when dragging and can choose different shapes for the puzzle pieces. Puzzle pieces snap to 90 degree angles. The user can swap mouse buttons, set the width of the puzzle, and set the number of puzzle pieces.
Binary Puzzle Solver in Ruby is an automated solver for Binary Puzzles (a kind of logic game) featured on http://www.binarypuzzle.com/. The solver contains an API and a commandline program and explains why it thinks the player should place a 0 or a 1 in the box. Although it contains only a subset of the moves the authors could think of and does not use backtracking, it was able to solve all the puzzles from binarypuzzle.com which the authors tried.
FMG is a futuristic war game based on full metal planet (an 'old' board game) and playable in a Web browser. Land your spaceship on Full Metal Planet, pick up ore, destroy or capture the enemy expensive hardware, and if you can, capture their own freighter with a hold full to bursting. Each game is independent. Although it is playable in English, not everything in the guide is translated yet.
Anywhere Board Games (ABG) allows users to play board and card games on the Web in real time on multiple machines (PC, Linux, iPhone, iPad, and Android). ABG runs as a Google+ Hangout App or as a standalone PHP app. Unlike other gaming environments, this one has a peculiar vision: projecting the main board on our table and using laptops or tablets to control players' hands (with other friends joining in remotely). It supports flipping, stacking, rotating, rolling, and shuffling of pieces, so most board and card games are playable.
Beat Back the Horde is a rhythm-time strategy game for Android 2.2 and up, focusing on fast-paced placing of units while tapping to the beat! Build up combos to spawn Über Units! It is playable in single-player mode, or in multi-player mode over Bluetooth, and can be learned in a minute and played for hours. It includes many achievements to unlock, five songs to master, adjustable difficulty single-player AI, and particle effects.
Gamify is a PHP class that can manage user experience points and achievements to implement site game logic. It can create database tables that can record the values of experience points earned by site users that accomplish certain achievements. The class can manage the records of site users participating in the site gaming activities, the user achievements, the levels, and experience that they earn. It can also obtain user statistics and top users listings.