Skip to content

Instantly share code, notes, and snippets.

View mtliendo's full-sized avatar
🦦
Living that sweet otter life!

Michael Liendo mtliendo

🦦
Living that sweet otter life!
View GitHub Profile
@mtliendo
mtliendo / Breakout Game Solution
Created August 26, 2013 05:12
This is the final version of my Breakout game from the cs106a course that I'm currently studying, feel free to leave any feedback as I'm always continuing my learning!
/*
* File: Breakout.java
* -------------------
* Name:Michael Liendo
* @Author: Model3volution
*
* This file will eventually implement the game of Breakout.
* Total time spent creating the bricks: 2.5 hours.
* Total time spent creating a paddle w/in the bounds: 2 hours
* Total time spent testing all collsions (wall, paddle, bricks): 2.5 hours