PlusZ47 / CandyRush

Candy Rush is a small game made in java. This game is very simple and the first step for the java GUI game. Also I automate this game using some math. ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CandyRush


Table of contents

Introduction

  • Welcome to Candy Rush Game. It is a small game made in java using swing package. This game is very simple and the first step for the java GUI game. This game is also a best example of multithreading in java. In this game, balls are constantly falling and at the bottom, one basket is there and catches the balls. You have five lives if life became zero then end of the game. After some thinking, I automate this game :). And now the computer is playing this game.
  • I made this game also in C language with new feature history and player name.

Screenshot

1. Candy Rush game in Java

Candy Rush Game

2. Candy Game in C

Candy Game

Prerequisite

  • For run Candy Rush in you system you want to install Java JDK .
  • For run Candy Game in C language is dependend on Turbo C. So if you download this folder then open in Turbo C because some function and methods are only work on Turbo C editor.

About

Candy Rush is a small game made in java. This game is very simple and the first step for the java GUI game. Also I automate this game using some math. ;)


Languages

Language:Java 75.1%Language:C 24.9%