Metadata-Version: 2.4
Name: gemini_geometry_wars
Version: 1.1
Summary: This package contains implementation of Geometry Wars game with Google Gemini AI integrated into it.
Home-page: https://github.com/SoftwareApkDev/gemini_geometry_wars
Author: SoftwareApkDev
Author-email: softwareapkdev2022@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Requires-Dist: gemini_ai_app_store

# Gemini Geometry Wars

**Geometry Wars** game with Google Gemini AI integrated into it.

# Source Code

The source code of **Gemini Geometry Wars** is available in [Source Code](https://github.com/SoftwareApkDev/gemini_geometry_wars/blob/master/gemini_geometry_wars/gemini_geometry_wars.py).

# Installation

```
pip install gemini_geometry_wars
```

# How to Run the Game?

Pre-requisites:

1. [Python](https://www.python.org/downloads/) installed in your device.
2. .env file in the same directory as <GEMINI_GEOMETRY_WARS_DIRECTORY> and has the value of GEMINI_API_KEY.

```
cd <GEMINI_GEOMETRY_WARS_DIRECTORY>
python gemini_geometry_wars.py
```

**Note:** Replace <GEMINI_GEOMETRY_WARS_DIRECTORY> with the path to the directory of the game **Gemini Geometry Wars**.

Then, the game will start like as follows.

![Game Start](images/Game_Start.png)

Once the user presses any key, the game will start.

![Gameplay](images/Gameplay.png)
