/ZeldaStyleGame

Zelda a link to the past style made in python using pygame

Primary LanguagePythonMIT LicenseMIT

ZeldaStyleGame

Zelda a link to the past style made in python using the framework pygame

image

Project description

Project made in a course of clear code adding the procedurally generated world and map, link and title of the course: Creating a Zelda style game in Python (with some Dark Souls elements).

Project situation:

Ongoing.

✔️ Tecnics and tecnologies utilized to make:

  • Pygame
  • Object Oriented
  • Python

image

📽️ Necessary to run the project:

  • Install python
  • After the Python install, need to install pygame globaly with the command: pip install pygame #on windows
  • go to the project folder and open the "main.py" file and run pressing F5(on VSCode)