Ogame bot
Project description
autonogame
Bot for the browser game OGame.
https://en.ogame.gameforge.com/
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.
Installing
You can install this software as a pip
package and run it from a terminal.
pip install autonogame
autonogame
In alternative you can download and execute the pre-built app (Windows only) by visiting the Releases page.
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.
git clone --recursive git@github.com:tassoneroberto/autonogame.git
cd autonogame
You can install this Python module locally on Windows or Unix.
Windows
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). The command can be execute using Make
:
make build-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 ./app
folder will contain the portable executable.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autonogame-1.2.0a0.tar.gz
.
File metadata
- Download URL: autonogame-1.2.0a0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2de5ee0c11f8677a6fb0d186f1520a4c68312f976eef86312c0339754cad7567 |
|
MD5 | dd51fab198294f5bb77a00fcb27ebfa0 |
|
BLAKE2b-256 | 155d084e0c243c61286a02da925c98cdf92625a508c245e2b5c5faec15b3273e |
File details
Details for the file autonogame-1.2.0a0-py3-none-any.whl
.
File metadata
- Download URL: autonogame-1.2.0a0-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edeb147df3f1e04a4f0af8a7dfcd0d406992bb2cfb15a19be9b11025a05bf140 |
|
MD5 | 5e5a302054a6d4bca0b8f090677e1885 |
|
BLAKE2b-256 | 358cf362ab417fb4d78039afa009cb33bee71d4f75519f2026e7cb8eac6076e0 |