Skip to main content

Ogame bot

Project description

autonogame

Bot for the browser game Ogame.

This software is under development. It is capable of building resources, deposits and facilities. New features will be implemented in the future.

It is built on top of the Python module pyogame which provides the API to communicate with the game. The GitHub repository is here.

Contributing

If you are a developer and you want to contribute to this project you can clone, install and test this software on your Windows or Unix machine.

Clone

git clone --recursive git@github.com:tassoneroberto/autonogame.git
cd autonogame

Install

You can install this Python module locally on Windows or Unix.

Windows (Powershell)

py -m venv venv
.\venv\Scripts\Activate.ps1
py -m pip install -e .

Unix

python -m venv venv
source venv/bin/activate
python -m pip install -e .

Run

You can run the GUI by simply executing the following command:

autonogame

Build app

A Windows executable .exe (or MacOS application .app) can be built using the pyinstaller software (more info here):

pyinstaller --clean --noupx -w -F -n autonogame ./src/autonogame/gui.py

or you can use the Make command:

make app

If you are on a Windows OS and you don't have Make already installed you can get it from CHOCOLATEY:

choco install make

The ./dist folder will contain the portable executable.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autonogame-1.1.0a0.tar.gz (10.4 kB view hashes)

Uploaded Source

Built Distribution

autonogame-1.1.0a0-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page