Skip to content

VolodymyrVakhniuk/Pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman

Multiplayer 3D clone of classical Pacman.

preview

Related

Install and run

I assume the user has Python and Node.js installed.

To setup:

# Clone the repository
git clone https://github.com/VolodymyrVakhniuk/Pacman
cd Pacman/src

# Open the terminal and install
pip3 install PyOpenGL PyOpenGL_accelerate numpy glfw pyrr

To run:

To run the server:

node main2.js

To run the game:

python3 main.py

Made with:

  • Python
  • OpenGL
  • Node.js

About

Multiplayer 3D version of classical Pacman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published