This website requires JavaScript.
Explore
Help
Sign in
des
/
pacman
Watch
1
Star
0
Fork
You've already forked pacman
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
da5800849d
pacman
/
lib
/
Score.hpp
8 lines
91 B
C++
Raw
Normal View
History
Unescape
Escape
Implement score
2021-06-24 08:32:54 +00:00
#
pragma once
struct
Score
{
Add ghosts No movement for now!
2021-06-24 11:32:52 +00:00
int
lives
=
0
;
int
points
=
0
;
int
eatenPellets
=
0
;
Implement score
2021-06-24 08:32:54 +00:00
}
;
Reference in a new issue
Copy permalink