This website requires JavaScript.
Explore
Help
Register
Sign In
sumptum
/
PPrinciples2017
Watch
1
Star
0
Fork
0
You've already forked PPrinciples2017
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
PPrinciples2017
/
breakout
History
Joe
d233f15f34
Added in a coordinate struct (containing x and y), created function for testing whether given vertex is within a quad (coordinate array) by calculation of volume. Added in bricks and a chunk of code to populate some bricks in a grid
2018-01-05 13:35:40 +00:00
..
breakout.c
Added in a coordinate struct (containing x and y), created function for testing whether given vertex is within a quad (coordinate array) by calculation of volume. Added in bricks and a chunk of code to populate some bricks in a grid
2018-01-05 13:35:40 +00:00
makefile
Added radius compensation to collision detection with paddle, within updateBall function
2017-12-14 10:05:58 +00:00
readme.md
Edited readme
2017-12-07 14:23:35 +00:00
readme.md
Breakout
breakout.c
Compile using
make