Skip to content

dozercodes/Breakout

Repository files navigation

Stephanie Aligbe
sna2111
W3101 Python
Final Project
Breakout

Welcome to my Breakout Game!
Outline:
	main.py
		Main script to run game
	gui.py
		paddle
		board
		blocks[]
		ball
		drawBoard()
		drawPaddle()
		drawBlocks()
		drawBall()
	board.py
		width
		Height
		setWdith()
		setHeight()
	block.py
		color
		width
		height
		setWidth()
		setHeight()
		onHit()
		setColor()
	ball.py
		diameter
		speed
		setDiameter()
		setSpeed()
		move()
	paddle.py
		width
		height
		setWidth()
		setHeight()
		move()

About

A simple game of Breakout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages