Skip to content

debroglie27/LudoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LudoGame

This is a fun 4 Player Game to pass time.


Basic View:

This is how the App looks.

Basic View


Details Regarding Scripts:

  • main.py: Starts the game and runs the main game loop.
  • GameManager.py: Manages the entire game logic.
  • DiscClass.py: Manages the display of discs and the respawn.
  • PlayerClass.py: Manages the logic related to discs under it.
  • BoardClass.py: Manages the display of the board, loading of players and maintaining tne current status.
  • DiceClass.py: Manages the dice images, their box colliders and rolling of dice.
  • PathClass.py: Manages the path of every red, green, yellow and blue discs.
  • BinaryImages.py: Contains the images in binary string format.

THE END

Thank You for going through my Ludo Game.

About

A fun 4 Player Game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages