Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Mode: Ghost #29

Open
kOchirasu opened this issue Mar 10, 2015 · 3 comments
Open

New Mode: Ghost #29

kOchirasu opened this issue Mar 10, 2015 · 3 comments

Comments

@kOchirasu
Copy link
Contributor

Just an idea for future CS56 programmers. Create a new mode where the player gets to control ghosts and eat the Pacman instead. The could replace versus mode, or be a new mode entirely.

The pacman would need AI, which could be tricky. You want the pacman to avoid the ghosts while still targeting remaining pellets. (Target ghosts if powerups are implemented)

You should give the players a time limit to catch the pacman and if they don't, they lose. (Need this otherwise the ghosts can camp some pellets and the pacman will never be able to eat them all) If they catch him, they move on to the next level. The more pellets that the pacman eats before they catch him, the less score they get.

2 ghosts would be best since 1 ghost would never catch pacman with good AI since he moves faster than ghosts. With 2 ghosts, you can trap the pacman; 3 ghosts might be unfair with humans playing them. (You can consider having a human control 1 ghost, and some AI controlling other one) Doesn't necessarily need to be 2 players though, one player could play both ghosts though it might take some practice to coordinate.

~500 points

@mliou
Copy link
Contributor

mliou commented Mar 12, 2015

Approved.

@zhanchengqian
Copy link
Contributor

F16 OK (300pts)

@rhelmot
Copy link
Contributor

rhelmot commented Jan 21, 2018

W18 OK 400 points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants