Metadata-Version: 2.1
Name: OWN-THE-PLANET-BOARD-GAME-EDITION
Version: 1
Summary: This package contains implementation of the game "Own The Planet - Board Game Edition". The game involves the player and CPU competing to be the richest in the planet.
Home-page: https://github.com/DigitalCreativeApkDev/OWN_THE_PLANET_BOARD_GAME_EDITION
Author: DigitalCreativeApkDev
Author-email: digitalcreativeapkdev2022@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# OWN_THE_PLANET_BOARD_GAME_EDITION

"Own The Planet - Board Game Edition" is a board game running on command line interface where the player and 
CPU compete to be the richest in the planet. The player and CPU will roll the dice to land on places to be purchased,
buy upgrades from upgrade shops, gain random rewards, and answer quiz questions.

# Executable File

The executable file is downloadable at 
https://github.com/DigitalCreativeApkDev/OWN_THE_PLANET_BOARD_GAME_EDITION/blob/master/OWN_THE_PLANET_BOARD_GAME_EDITION/dist/OwnThePlanetBoardGameEdition/OwnThePlanetBoardGameEdition.

# Source Code

Python code used to create the game is available in 
https://github.com/DigitalCreativeApkDev/OWN_THE_PLANET_BOARD_GAME_EDITION/blob/master/OWN_THE_PLANET_BOARD_GAME_EDITION/OwnThePlanetBoardGameEdition.py.

# Installation

pip install OWN_THE_PLANET_BOARD_GAME_EDITION

# How to Use the Executable File?

First, open by double-clicking the file "OwnThePlanetBoardGameEdition". How the executable file looks like is 
shown in the image below (the file is enclosed with a red rectangle).

## Image 1

![Executable File](images/Executable%20File.png)

# Getting Started

After you run the game, the saved game data will be loaded if it is available. Else, you will be asked to enter your 
name for new game data creation.

## Image 2

![Getting Started](images/Getting%20Started.png)

# Main Menu

Once you load saved game data or created new game data, you will be asked whether you want to continue playing the 
game "Own The Planet - Board Game Edition" or not. If you enter "Y", you will continue playing the board game, be 
shown both your and your opponent's stats, and then be able to roll the dice if it is your turn. If you enter anything else,
your game data will be saved, and you will quit the game.

## Image 3

![Main Menu](images/Main%20Menu.png)

# The Game

In the game, you will be able to do the following things.

* Roll the dice to land on a tile.
* Buy unowned places when landing on tiles for places.
* Upgrade places you have owned by landing on them.
* Buy upgrades from upgrade shops by landing on them. The upgrades will increase the amount of gold and EXP you earn 
per turn.
* Pass or land on the start tile to gain start bonus.
* Answer quiz questions and gain rewards for answering them correctly. This can be done when landing on quiz tiles.
* Gain random rewards by landing on random reward tiles.


