Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 838 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 838 Bytes

Manim-Pac-Man

Pac-Man: a game built using MANIM python library

Yesterday I watched this video from Benjamin Hackl and I could not believe that someone (I don't know who) created MANIM interactivity, i.e, you can trigger specific MANIM animations by pressing the mouse/keyboard.

Obviously the main consequence of it is that we can create games using MANIM!

In case you want to play my Pac-Man game, open the terminal and run python run_game.py.

Step by step:

  1. Open a terminal and type: git clone https://github.com/FilipeMarch/Manim-Pac-Man
  2. Open Manim-Pac-Man folder on your terminal by typing cd Manim-Pac-Man
  3. Type python run_game.py; The game will start.
manim_pacman.mp4