Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pikocanfly/breakout---oop
https://github.com/pikocanfly/breakout---oop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pikocanfly/breakout---oop
- Owner: PikoCanFly
- Created: 2023-11-07T11:22:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T11:32:51.000Z (about 1 year ago)
- Last Synced: 2023-11-07T12:29:29.106Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breakout Game with Object-Oriented Programming
[![Watch on YouTube](https://img.youtube.com/vi/gkltUTLJ78o/0.jpg)](https://youtu.be/gkltUTLJ78o)
This repository serves as a reference for anyone following the "Learn OOP by building a Breakout game" tutorial on YouTube. In the tutorial, you'll learn the fundamentals of Object-Oriented Programming (OOP) by creating a classic Breakout game from scratch.
## Tutorial Overview
- **Video Tutorial**: [Watch on YouTube]([https://youtu.be/gkltUTLJ78o](https://youtu.be/gkltUTLJ78o))
- **Author**: Piko Can Fly## Game Description
In this tutorial, you will build a Breakout game, a classic arcade game where you control a paddle to bounce a ball and break bricks. The tutorial will guide you through the process of creating the game using object-oriented programming principles.
## Features
- Object-oriented game structure
- Paddle and ball physics
- Brick-breaking gameplay
- Score tracking