Skip to content

cbspace/Packman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Game in C++

A simple 2D game to improve my C++ skills and explore the SDL2 graphics library.

Game Screenshot

Build Process

To buld and run the game use the build.sh script (requires cmake):

./build.sh -run

Initial Goals

  • Create SDL Window
  • Implement event loop
  • Draw map
  • Draw character
  • Move character
  • Character following map
  • Character can go through side
  • Character can collect objects

About

Pacman Game in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published