Skip to content

najlae01/breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout - Classic Arcade Game

This is a simple implementation of the classic arcade game Breakout, created using Lua programming language and Love2D framework.

breakout

Introduction

Breakout is a game where the player controls a paddle to bounce a ball to break bricks. The objective is to clear all the bricks from the screen using the ball and paddle.

Features

  • Classic Breakout gameplay experience
  • Randomly spawning power-ups (e.g., multiball, key)
  • Paddle resizing based on game events (e.g., losing a heart, reaching a certain score)
  • Locked bricks that require a key power-up to break
  • Victory state when all bricks are cleared
  • Game over state when all lives are lost

Controls

  • Left Arrow: Move paddle left
  • Right Arrow: Move paddle right

Installation

To run the game, you need to have Love2D framework installed on your system. You can download Love2D from the official website.

Clone this repository to your local machine:

git clone https://github.com/najlae01/breakout

Usage

Navigate to the project directory and run the game with Love2D:

cd breakout
love .

Credits

Developed with Love2D (Lua) as part of the CS50 Introduction to Game Development course.

Releases

No releases published

Packages

No packages published

Languages