Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 875 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 875 Bytes

CSCI 134 Lab 12 ("Breakout!")

The assignment description can be found here.

This repository contains several starter files for the code you need to write for Lab 12:

  • breakout.py: Most (or all) of your code should go in this file.
  • config.py: Contains information about how to configure a particular game of Breakout.
  • graphics.py: This contains code for displaying the graphics.

There are also three versions of the game that can be run from a Terminal:

  • bunsen.py: This is the "official" version of Breakout for this assignment.
  • simple.py: A simple version of Breakout, useful for testing your code.
  • classic.py: The classic arcade version of Breakout.

Ignore (but do not delete!!!) the other files in this repository.