Skip to content

A mini-game golf made in Python using Pygame library

Notifications You must be signed in to change notification settings

allanbahrofc/mini-golf-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Mini Golf Game in Python

A golf-game based in python and pygame. That introduce some levels to get in the objective with crossing a camp to find a hole to get in, increasing your score and the velocity, increasing the difficulty too. Objective: a golf game with simple interface and gameplay structure

From Pygame

Library from Pygame to Support in the Creation of the Game.

  • pygame.sprite
  • pygame.locals
  • pygame.key
  • pygame.event
  • pygame.display
  • pygame.clock
  • pygame.mixer
  • pygame.font

Implementations

Implementations made in structure of Code to Generate a Good Game.

  • Movement using Vector2
  • Sprites
  • Collide Rect for Collision
  • UI Text
  • Audio Effects
  • Score System
  • Difficulty Variation
  • Random Spawn to the Holes

About

A mini-game golf made in Python using Pygame library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages