Skip to content

damolmo/Pokemon_Little_Little_Village

Repository files navigation


Pokémon Little Little Village is an open-source Pocket Monster based game powered by the Python Programming Language and the Pygame framework which provides a beautiful UI

Python

Video Preview


System Requirements

Minimum

• RAM: 4GB DDR3
• iGPU: Integrated GPU of the last 4-5 years

Recommended

• RAM: 8GB DDR4
• iGPU: Integrated GPU of the last 2 years

Status

  • Draw Map
  • Define map obstacles & limits
  • Define player basic moves
  • Define player bicicle moves
  • Basic Pokémon wild encounter
  • Create time based background
  • Create time based Pokémon events
  • Pokémon Inventory
  • Pokémon following the trainer
  • Create new buildings
  • Create choose Starter event
  • Defined Oak and Trainer house
  • Working save game slot
  • Trainer bag
  • Create more Pokémon
  • New Map area with shop and Pokemon Center
  • Fully working Pokemon Center and shop
  • Rewards system based on days of play
  • Fully working wild encounter
  • Fully working Pokemon bag
  • New Safari Zone
  • Pokemon Bank

Installation

1.- Download the latest zip file from releases
2.- Extract the Pokemon_Little_Little_Village dir
3.- Launch the .exe file inside

Advanced Installation (Requires Python)

GNU/Linux

git clone https://github.com/daviiid99/Pokemon_Little_Little_Village.git Pokemon_Little_Little_Village
cd Pokemon_Little_Little_Village
python3 main.py

Microsoft Windows

git clone https://github.com/daviiid99/Pokemon_Little_Little_Village.git Pokemon_Little_Little_Village
cd Pokemon_Little_Little_Village
python main.py