JavaScript game for "Software de entretenimiento en Videojuegos".
https://martinlacorrona.github.io/pacman-game/
https://github.com/martinlacorrona/pacman-game-android
- A: shot, continue
- B: restart game
- Left joystick: move pacman player
- START: Pause the game
- SPACE: shot, continue
- R: restart game
- Arrows keyboard: move pacman player
- ESC: Pause the game
- Shot button: shot
- Touch screen: continue
- Restart button: restart game
- Touch gamepad: move pacman player
- Pause button: Pause the game
Eat all seeds to beat the level. Be careful with the enemies and good luck!
You can create a map to easy, this is the first level:
_____________________
_###################_
_#...B....#....B...#_
_#+##.###.#.###.##+#_
_#........B........#_
_#.##.#.#####.#.##.#_
_#....#...#...#....#_
_####.###_#_###.####_
____#.#___F___#.#____
_####.#_#####_#.####_
>....._S#___#S_.....<
_####.#_#####_#.####_
____#.#_______#.#____
_####.#_#####_#.####_
_#........#........#_
_#.##.###.#.###.##.#_
_#+.#.....*.....#.+#_
_##.#.#.#####.#.#.##_
_#....#...#...#....#_
_#.######.#.######.#_
_#........V........#_
_###################_
_____________________
- "#" blocks
- "B" ammunition
- "." basic seed
- "+" power seed
- "*" player spawn
- "S" basic enemy
- "F" boss enemy
- "V" extra life If you want, you can create new level and send me via issue. :)