It is a plain Sliding Puzzle game, but the interesting part is- it includes an Artificial Intelligent that can arrange the pieces for you. It also keeps record of the top 5 fastest solvers.
A puzzle game of rules acting upon rules. Create the desired pattern.
...For some history, see
http://hilgemeier.gmxhome.de/codes/rulerule.htm
Unfinished Java project, running under Eclipse Luna with Windows 7 (2012, LGPL). Contains notes and design diagrams for possible future development. Doxygen-documented : RuleRule2.00_working.zip
Interactive communication boards for people with severe disabilities.
TICO is currently a part of ARASUITE!!!!
Please, look for ARASUITE in Sourceforge!!!!
https://sourceforge.net/projects/arasuite/
TICO is a tool for the design and execution of interactive communication boards. Communication boards are highly used in augmentative and alternative communication (AAC) environments.
Java Interactive Virtual Enviroment System - A framework to create latest generation 3D Inventory Based Adventure Games and simulators, where user can combine items of an inventory and make them interact with the entites of a virtual world.
Test JIVES online:
1) Download basic demo script from http://sourceforge.net/projects/jives/files/1.0/basic-demo-jme.jives/download
2) Run the applet from http://simonesegalini.altervista.org/jives/test/test.html
Fifteen puzzle, with its own goal-seeking to find the best solution
This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly.
The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework
The front-end classes use Swing and thus can be run via the Web.
...
NOTE: This project is now inactive. It has been split into separate projects for each of the games. See projects: "Logisticks", "korab2J", "TeleMaze", "100-Square Challenge", and "libTAJJADA".
Educational game to learn the times table. Makes learning the times table fun! Based on the famous mobile game “Snake”. Dutch version available on: https://sourceforge.net/projects/rekenworm/
Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
DamePlus is an OpenGL based checkers game including several game modes such as "Dame", "Dame International", "Wolf und Schaf" etc. Also for playing human vs. computer some AI is implemented.
Galahad is a Java framework for the construction of multi-player card and board games of all types. Galahad will include network and AI play and will ultimately evolve into a set of vertical and horizontal frameworks.
This is a java remake of the classical Lode Runner game. In addition, the project intends to be a test-bed for various game AI and mobile agents techniques.