Skip to main content

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

  1. Follow these steps on a terminal:

    $ sudo apt-get install python-virtualenv
    
    $ mkdir venv
    
    $ virtualenv venv/games
    
    $ source venv/games/bin/activate
  2. Then go to the project’s root:

    (games) $ python3 setup.py build
  3. 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


Download files

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

Source Distribution

simian_engine-0.0.3.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

simian_engine-0.0.3-py2.py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 2 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