Unless otherwise noted, the source code is attached and open (see license at the bottom for more information). If you use it and like it say thanks. If you use it and do not like it I would like to get feedback, just post a comment (in the page of the project).
Free Java Games
| Icon | Type/Language | Name | Description | Post/Download |
| Side Scroller/Java | The amazing Adventures of Stickman through the Galaxy – in a Bubble! | The player jumps, rolls, swims and even flies through a lovely designed world. He must avoid falling in pits as well as being shot by canons while he tries to make it to the finish line. | Download SideScroller | |
| Board Game/Java | Mill (incl AI /w alpha-beta pruning) | Mill is a two person board game. The goal is to remove the stones of the enemy from the board while keeping once own stones on the board. | Download Mill | |
| physics game/Java | Apes throw bananas | The player controls an ape. His goal is to hit an enemy ape with bananas. | Download Apes | |
| classic arcade/Java | Snake | Stay away from the wall while eating goodies and growing. | Download PC Game Download Android Game | |
| Board Game/Java | Connect Four (incl AI /w mini-max) | Everybody knows it, everybody loves it: Connect 4. Place your stones so that they connect in a row of 4 pieces diagonally, horizontally or vertically and win. | Download Connect4 |
- Spielesammlung (Scheme, Deutsch) – Nim, Mastermind, 4 Gewinnt und Schach (jeweils ohne KI)
- Asterclone – a clone of a popular space game (comming soon)
- Mühle inklusive KI – deutscher Artikel
- 4 Gewinnt inklusive KI – deutscher Artikel
- Android: Snake Spiel - deutscher Artikel
- Java Swing: Snake Spiel – deutscher Artikel
General
General code(-snippets).
- Path finding using A*
- Heatmap – creates a heatmap (a visual representation) from a list of points
- LogEval – Java Server Log Analyzer and Parser