Skip to content

Neaje/Pokemon-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Pokémon Doge Game

A relatively simple game involving the Pokémon universe.

About The Project

Product Name Screen Shot

The objective of the game is straightforward : to avoid capture by the Pokéballs.

Built With

  • python
  • python
  • python

Getting Started

There are multiple avenues for initiating the game, including the executable file or the Python script. The most simpliciter approach is to launch the executable directly.

Installation

  1. Clone the repo
git clone https://github.com/Neaje/Pokemon-Game && cd Pokemon-game
  1. Install the python depencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Run the python script and play
python3 pokemon.py

Additionally, the executable can be constructed manually via the following command:

pyinstaller --onefile --windowed --add-data "assets/images:assets/images" pokemon.py

# The executable is now in the dist directory
dist
└── pokemon 

(back to top)

About

simple doge game in the pokémon universe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages