Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 625 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 625 Bytes

GoblinCombatGame 👺

Combining Python Pygame and Arduino as one and creating a console game, with real life buttons to shoot on the Arduino platform and kill evil Goblins.

🐍 All logic is done in Python

🕹️ Arduino device used to shoot at the enemies

  • Working with arrays to represent dynamic movement of the character
  • Calculating the hit boxes of each character
  • According health and damage regulation
  • Speed and velocity of players and the bullets fired
  • Background music also present, which adds to a good user experience while playing the game