Skip to content

marcelo-schreiber/pitman-adventure

Repository files navigation

Pitman adventure 🏞️

An adventure game inspired by pokemon and zelda.

Screenshots

  • Main map

Main map

  • Battle

Battle

How to run the game

If you are on a windows machine, you can download the .exe file here and run it

If you are on a linux machine you can just run the python file with after Installing the dependencies:

python main.py

Authors

Installation

Install Python and run on a terminal:

pip install pygame

If you want to generate a new .exe, check the 'settings.py' file.

Funcionalidades

  • Battle system
  • Power ups
  • Rendering system

Todo list

  • Create a map
  • Create a player
  • Create a camera
  • Create a map loader
  • Create a random encounter system
  • Create a battle system
  • Add sprites
  • Create a player upgrade system
  • Create a menu
  • Create a level system
  • Add music
  • Add sound effects
  • Add pause
  • Add cutscenes
  • Credits
  • Refactor to OOP principals