Skip to content

OmrArad/Arkanoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkanoid Game

This is a simple Arkanoid game implemented in Java.

Features

  • Classic Arkanoid gameplay with bricks, paddle, and ball.
  • Multiple levels with increasing difficulty.
  • Special bricks.
  • Score tracking.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or above installed.
  • Apache Ant installed.

Installation

  1. Clone the repository: git clone https://github.com/OmrArad/arkanoid.git
  2. Navigate to the project directory: cd arkanoid
  3. Unzip ass6.zip

Build and Run

  • Build the project using Ant: ant compile
  • Run the game using Ant: ant run

Usage

  • Use the left and right arrow keys to move the paddle.
  • Launch the ball by pressing the spacebar.
  • Break all the bricks with the ball to complete each level.
  • Avoid letting the ball touch the bottom edge of the screen.
  • Reach the highest score possible!

Contributing

Contributions to the Arkanoid game are welcome. If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments

  • This game is inspired by the classic Arkanoid game.

Enjoy playing Arkanoid and have fun breaking bricks!

About

Arkanoid game written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors