Research-backed recommendation

Most popular classic easiest-to-make arcade game: Pac-Man style maze chase

If you want one classic arcade game that is both widely recognized and relatively simple to build, the best pick is a Pac-Man style maze chase. The Strong National Museum of Play describes Pac-Man as the best-selling arcade video game ever and says it became an iconic ambassador of the video game era. ([museumofplay.org](https://www.museumofplay.org/games/pac-man/?utm_source=openai))

For ease of making, a maze chase is simpler than many action arcade genres because the core loop is straightforward: move, collect dots, avoid enemies, and win by clearing the board. MDN’s canvas game tutorial shows that core mechanics like movement, collision detection, control handling, score, and win states are well suited to a simple browser arcade build. ([developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript?utm_source=openai))

Very familiar to players Simple controls Easy scoring loop Small asset needs

Confirmed facts

  • Pac-Man is described by The Strong as the best-selling arcade video game ever. ([museumofplay.org](https://www.museumofplay.org/games/pac-man/?utm_source=openai))
  • The Strong also notes that Pac-Man became a cultural icon and an ambassador of the video game era. ([museumofplay.org](https://www.museumofplay.org/games/pac-man/?utm_source=openai))
  • MDN’s canvas tutorial covers the exact basics needed for a small arcade game: drawing on canvas, movement, collision detection, controls, score, and game states. ([developer.mozilla.org](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript?utm_source=openai))
Best answer: build a Pac-Man inspired maze chase first. It is the safest mix of popularity and simplicity.

Mini arcade prototype: collect the dots

Use arrow keys or WASD. Press Restart to play again.

Ready to play.
Score0
Dots left0
Best0