Search found 4 matches

by TheRoflReaper
June 5th, 2012, 3:59 pm
Forum: Everything
Topic: Lesson 14 Poo Game, implementing a reset button
Replies: 2
Views: 1954

Re: Lesson 14 Poo Game, implementing a reset button

I know what you mean.. i kind of had that feeling when i was posting this one :D
by TheRoflReaper
June 5th, 2012, 3:30 am
Forum: Everything
Topic: Lesson 14 Poo Game, implementing a reset button
Replies: 2
Views: 1954

Lesson 14 Poo Game, implementing a reset button

Soooo, since i don't like exiting and re-debugging every time i want to play this game... i decided to try to implement a reset button, and i have.. sooo here it is if you wanna do this too this one is a new function so add it to the Game.h user functions void Game::ResetFace() { faceX = 400; faceY ...
by TheRoflReaper
June 4th, 2012, 10:28 am
Forum: Everything
Topic: Tic Tac Toe reset Button
Replies: 1
Views: 1660

Tic Tac Toe reset Button

Hi... just finished video 12, and while I can't imagine how to build a better AI I did want implement the enter button to reset the game without exiting and restarting... So I did it :D soo if you've written your code exactly how Chili did in video 12.. all you need to do is add a few lines of code ...
by TheRoflReaper
June 3rd, 2012, 10:19 pm
Forum: Everything
Topic: I Made A Box - Lesson 10 My Attempt
Replies: 1
Views: 1582

I Made A Box - Lesson 10 My Attempt

I just wanted to post this to show my progress :D... and to help anyone if they had the same problem I had. So, when Chili said that he wouldn't write the code to move or change the box in lesson 10 I decided to attempt it. At first I wasn't too sure how to but then it clicked and it came naturally....