Simian
Simian is a framework thats provides a game engine using pygame.
Especification
Python: v3.6.5 pygame: v1.9.3
Quick Start
Follow these steps on a terminal:
$ sudo apt-get install python-virtualenv $ mkdir venv $ virtualenv venv/games $ source venv/games/bin/activate
Then go to the project’s root:
(games) $ python3 setup.py build
After that your can use either docker/makefile abstraction to run your simian environment
To quit this virtual environment just type:
$ deactivate
Setup sample game
Inside simian folder, run:
$ simian startproject
Simian will ask you some parameters then a sample game will be created. After that go to the pong folder and run the sample:
$ cd pong/
$ simian run
PyPi
A more stable version of the package is in: https://pypi.org/project/simian-engine/
Release files for simian-engine 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simian_engine-0.0.3.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simian_engine-0.0.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 33.7 kB
Release files / simian_engine-0.0.3.tar.gz
| Download URL | simian_engine-0.0.3.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
680a1d67b83053aad47debfdcce4070f010572a3464a71060d007d96e2f51df0
|
|
BLAKE2b-256 checksum How to use checksums |
d82f6085e246029012a910a86c822fa16f22c3ef99ab2454e100e04c0d2a9903
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / simian_engine-0.0.3-py2.py3-none-any.whl
| Download URL | simian_engine-0.0.3-py2.py3-none-any.whl |
|---|---|
| Size | 23.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7aaeb6c22fd3daa79ab4a2503dc55647b021a1f39ff60d6a2bfbcfa936cef7e5
|
|
BLAKE2b-256 checksum How to use checksums |
20684f04665726ecb29cad8c043419634356f9639f1d33cd3d5a95a08ce63bb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |