Skip to content

TomC333/PIXI-Breakout-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Game ✨

Build Status License

Demo

Table of Contents 📜

Introduction 🗨️

"Breakout" is a classic arcade video game that was created by Atari, Inc. and released in 1976. It was designed by Atari co-founder Nolan Bushnell and Steve Bristow, with input from Steve Wozniak, who would later co-found Apple Inc. The game is often considered one of the pioneering titles in the video game industry and played a significant role in popularizing arcade gaming during the 1970s

Rules 📜

  1. Objective: Clear all the bricks using the paddle and ball, while preventing the ball from falling past the paddle.
  2. Controls: Use the paddle to bounce the ball. Move the paddle left and right.
  3. Lives: You have limited lives. Losing a ball reduces a life. When lives run out, the game ends.
  4. Winning: Clear all bricks to progress.
  5. Losing: Lose if you run out of lives.

Setup 🌱

To get started with the PIXI Breakout Game, follow these steps:

  1. Install Node.js and npm:

    • If you haven't already, download and install Node.js and npm from nodejs.org.
  2. Install Visual Studio Code (optional):

    • You can use any code editor of your choice, but we recommend Visual Studio Code for the best experience.
  3. Navigate to the Project Directory:

    • Open your terminal/command prompt.
    • Use the cd command to navigate to the directory where you cloned the PIXI Breakout Game repository.
  4. Install TypeScript and PixiJS:

    • Before you proceed, ensure you have TypeScript and PixiJS installed globally. If not, you can install them using npm:
    npm install -g typescript pixi.js
  5. Start Application:

    npm run dev

Contributing 🤝

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m "Add your feature"
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request on the GitHub repository

Please ensure that your contributions adhere to the following guidelines:

  • Maintain a clear and concise coding style.
  • Document any significant changes or additions.

Thank you for your contributions! 🙌

Contact 📧

For any questions or feedback, feel free to reach out:

Releases

No releases published

Packages

No packages published