Skip to content

AlejandroSuau/cplus_cplus_pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PACMAN - C++ and SDL

Technology

Compilation:

  • C++20, CMake & Make.

Framework and libraries:

  • SDL2
  • SDL2_image
  • SDL2_mixer
  • SDL2_ttf

Windows - Build and execute

cmake -B build`
cd build
cmake --build .
.\Debug\Pacman.exe

MacOS - Build and execute

cmake -B build
cd build
make
./Pacman

Pending TODO:

Nothing pending atm.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published