Search found 4 matches

by Massive_Atom
August 31st, 2017, 5:09 am
Forum: Everything
Topic: A nice little game I made
Replies: 6
Views: 3018

Re: A nice little game I made

OrbitalReign wrote:good game mater, not for the impatient but nice and clean.. and I'm "borrowing" your mouse controls.
"...I'm 'borrowing' your mouse controls..."
Haha Go ahead and use them!

what do you mean by "...not for the impatient..."
No restart capability?
by Massive_Atom
August 24th, 2017, 5:39 am
Forum: Everything
Topic: A nice little game I made
Replies: 6
Views: 3018

Re: A nice little game I made

Overall, good organization on the code I think. Some advice would be, a) mind the const correctness on your pass-by-reference params (for example, Ball::IsColliding), and for the box drawing routine, a loop would have been a much better choice than a sequence of putpixel calls. Thanks! Will be sure...
by Massive_Atom
August 19th, 2017, 5:35 am
Forum: Everything
Topic: A nice little game I made
Replies: 6
Views: 3018

Re: A nice little game I made

chili wrote:Hey atom, welcome to the forum! Game looks pretty sweet, thanks for sharing. I'll try and show this off next time I do an update video.

Will also take a peek at the code later and give you some feedback if you're interested.
Thank you and I would absolutely love some feedback!
by Massive_Atom
August 13th, 2017, 10:55 am
Forum: Everything
Topic: A nice little game I made
Replies: 6
Views: 3018

A nice little game I made

So I did this with what little knowledge I acquired from Chili's beginner C++ tutorials up until right before the snake game. Source and game included in post! The box(player) is controlled only by the mouse. The player's goal is to dodge all the balls except the ball that is glowing. Currently the ...