Fully automated console bingo game made in Java.
Paste the following command into your Eclipse workspace through the Terminal:
git clone "https://github.com/valle-code/Bingo"
Once done import the project into Eclipse following this steps in the main menu:
File > Import > General > Existing Projects into Workspace > Next > Browse Folder "Bingo" > Finish
You should be able to execute the game now.
When you execute the game, press "Enter ↵" to continue until the game is finished.
The game is made using basic Java OOP, implementing the following objects to make it work:
Cardboard doesn't have duplicate numbers, and each an every time a number from the cardboard equals the one that was randomly selected in the raffle, it's replaced by a "0".
Players are generated randomly, and asigned names such as "Jugador 1". Players are able to buy cardboards to keep playing. Players decide on buying depending on the amount of money that they have and their "gambling addiction", which is a stat randomly given to every player. When a player runs out of money, they get kicked out of the game.
The Lobby automatically starts the game when all players are ready. When a line of numbers from one player's cardboard is completed, that player will receive a little money price. When a full cardboard is completed, otherwise known as Bingo!, the games finishes and gives the prize to the winner.
This game was a team project done with @la-lo-go which received a 10/10 mark 💯. You can see our code contributions in the javadoc.