A simple 2D game engine implemented with python!
Project description
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/
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 simian_engine-0.0.3.tar.gz
.
File metadata
- Download URL: simian_engine-0.0.3.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 680a1d67b83053aad47debfdcce4070f010572a3464a71060d007d96e2f51df0 |
|
MD5 | 99ba5d31fc342f150246b24741c90427 |
|
BLAKE2b-256 | d82f6085e246029012a910a86c822fa16f22c3ef99ab2454e100e04c0d2a9903 |
File details
Details for the file simian_engine-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: simian_engine-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 23.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aaeb6c22fd3daa79ab4a2503dc55647b021a1f39ff60d6a2bfbcfa936cef7e5 |
|
MD5 | fb99ed041b2f6c1000f5756f5809abfd |
|
BLAKE2b-256 | 20684f04665726ecb29cad8c043419634356f9639f1d33cd3d5a95a08ce63bb9 |