BackupGGCode / pacman-game

This is a terminal version of the classic pacman game in C++ We call it Running Scared
0 stars 0 forks source link

Score Calculation #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. As the game progresses, the score keeps on increasing, irrespective of 
whether Pacman eats dots or not.

What is the expected output?
The score should increase ONLY when Pacman eats a dot.

Original issue reported on code.google.com by samir...@gmail.com on 17 May 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Let's define a new rule. The score is the indication of how long the Pac can 
survive. Problem Solved :D

Original comment by vaishakh...@gmail.com on 17 May 2012 at 6:22