summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Matthew Owens [Sat, 3 Oct 2020 13:53:58 +0000 (14:53 +0100)]
slowed the ball down
Matthew Owens [Sat, 3 Oct 2020 12:05:51 +0000 (13:05 +0100)]
resetting when the ball goes off-screen
Matthew Owens [Sat, 3 Oct 2020 12:00:09 +0000 (13:00 +0100)]
added ball bouncing
Matthew Owens [Sat, 3 Oct 2020 11:39:09 +0000 (12:39 +0100)]
init'd second paddle, repositioning
Matthew Owens [Sat, 3 Oct 2020 11:29:54 +0000 (12:29 +0100)]
removed bricks, since we're not making breakout
Matthew Owens [Fri, 2 Oct 2020 14:26:37 +0000 (15:26 +0100)]
moved collisions to their own file & added ball/paddle collision response
Matthew Owens [Fri, 2 Oct 2020 13:00:06 +0000 (14:00 +0100)]
added collision detection functions
Matthew Owens [Fri, 2 Oct 2020 11:45:44 +0000 (12:45 +0100)]
fixed window scaling
Matthew Owens [Fri, 2 Oct 2020 11:42:51 +0000 (12:42 +0100)]
display scaling
Matthew Owens [Fri, 2 Oct 2020 11:06:50 +0000 (12:06 +0100)]
renderer size
Matthew Owens [Fri, 2 Oct 2020 10:51:25 +0000 (11:51 +0100)]
testing displaymode output
Matthew Owens [Fri, 2 Oct 2020 10:46:25 +0000 (11:46 +0100)]
getting renderer output size
Matthew Owens [Fri, 2 Oct 2020 10:32:47 +0000 (11:32 +0100)]
added ball
Matthew Owens [Thu, 1 Oct 2020 14:59:00 +0000 (15:59 +0100)]
added missing timestep files
Matthew Owens [Thu, 1 Oct 2020 14:58:20 +0000 (15:58 +0100)]
removed accidentally added o file
Matthew Owens [Thu, 1 Oct 2020 14:48:39 +0000 (15:48 +0100)]
basic paddle movement
Matthew Owens [Thu, 1 Oct 2020 14:48:23 +0000 (15:48 +0100)]
ignoring object files
Matthew Owens [Thu, 1 Oct 2020 12:36:39 +0000 (13:36 +0100)]
initial commit