User profile: androidguy1

User info
User name:androidguy1
History
Joined:
Number of posts:65
Latest posts:

Help with Maze Game Assignment
main.cpp [code] #include "pacman.h" int main () { Game game; // srand(time(0)); gam...

Help with Maze Game Assignment
This has been reworked a bunch since this last post. There isn't actually a main in the final result...

Increment function help
Yeah, as @Ganado mentioned, a reference variable is needed. So your increment function with the re...

Help implementing AI and Shadow in Maze Game
Hello, I need some help with the psuedocode for an AI in a Maze game. I have all the functionali...

Help with Maze Game Assignment
Alright I turned PM's on. Going through it, I fixed what I could but the Ghost and Cherry still need...