Java Game - Make Small Modifications to OpenSoure Project.

Job ID: 34938491

Budget: $10 – $50 USD

There are several games (checker games) open source available in java on the internet such as github.com/DevonMcGrath/Java-Checkers

If you know java just choose an open source checkers game and make small changes to the algorithm.


I need the following requirements to be met:

1) The game must have a human x computer player
2) The game must allow configuration for extremely easy level. This is because the person who is going to learn to play has serious cognitive difficulties and would not be able to beat the computer at an easy level. So, in addition to the easy level, let's create the super easy level where the computer just makes random moves.
3)The game should allow me to set the minimum time for the human player to think before playing (example 5 seconds). So the human player can only play 5 seconds after the computer plays. Then the game will initially show a small red disk indicating that the human player cannot play yet (5...4...3...2...1...0). Only when the configured time runs out will it show a small green disc indicating that the human player will be able to play.
4) O software deve registrar todos os jogos disputados indicando quantos jogos o jogador humano ganhou e quantos ele perdeu. Esses registros podem ser feitos em um arquivo txt ou em uma tabela mysql. O registro precisa mostrar a date e hora de cada partida e o vencedor de cada partida.
5) The Game must use the Brazilian rules for checkers. It is very easy to customize these rules.
6) The project must be delivered in Eclipse usando JDK 7