Skip to content

alxmrz/phpacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPacman

PHP demo clone of classic game Pacman written with php-sdl2 package upon SDL2 library.

Note: framerate is slow due to lots of objects on the screen (some unseen for player). Can be speed up by creating broad collision objects and deleting small ones.

Steps to run:

  • Install SDL2 library (libSDL2, libSDL2_image, libSDL2_mixer, libSDL2_ttf)
  • composer install
  • php src/main.php

About

PHP demo clone of pac-man game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors