Skip to content

Simple Pac Man Game Project with enemy, coins and wall collision experiment.

License

Notifications You must be signed in to change notification settings

mooict/WPF-Pac-Man-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPF C# Tutorial – Make a PAC MAN Game in Visual Studio

In this tutorial we will make a fun PAC man game in visual studio using WPF and C# programming. This will be a fun game to make inside of visual studio because we will use all stock components of WPF and we will not be using any third-party libraries to make this game. We will be using lots and lots of rectangles and use C# identify and interact with different ones through out this game. We will custom code all of the elements inside of this game including the Pac man movements, wall collision, collision with ghosts and ghosts’ movements. The main objective of this game is to collect all of the coins inside of it and avoid the ghosts.

We will create solid walls inside of this game so you will not be able to go over them in all 4 directions, so if the player is moving left and hits the wall then it stop, if the player is moving right and hits the wall it stop and so on. Also you we will program the collision between the coins and the ghosts. This will be a fun tutorial so lets get started.

Video Tutorial -

Written Tutorial and Images -

https://www.mooict.com/wpf-c-tutorial-make-a-pac-man-game-in-visual-studio/

About

Simple Pac Man Game Project with enemy, coins and wall collision experiment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages