dylan-mcleod / FLC-Breakout

Breakout-inspired game to be made by the FLC++ Programming Club
0 stars 0 forks source link

FLC-Breakout

A breakout-inspired game made by the FLC++ Programming Club, written in Python 3 using Pygame.

Installation Instructions

Windows

Installing Dependencies:

  1. Install Python 3 on your computer (link to install)
  2. Add python to your path (it should be an option during install, but there's a guide here)
  3. Open the command line (type "cmd" without quotes into your windows search if you're unsure how)
  4. Run pip install pygame in command prompt

Contributing to this repository

  1. Have a GitHub account
  2. Download and install git
  3. Download and install the GitHub client
  4. Clone this repository using "Open in Desktop"
  5. There should be a button on the GitHub client to pull/fetch changes, which you can use to sync the changes made to this repository