Coder Social home page Coder Social logo

drwdal / hypatia-engine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hypatia-software-org/hypatia-engine

0.0 2.0 0.0 28.29 MB

Hypatia Engine: make 2D action adventure games. For programmers and nonprogrammers alike.

Home Page: http://engine.hypatiasoftware.org/

License: MIT License

Batchfile 0.49% Python 96.91% Shell 2.60%

hypatia-engine's Introduction

Hypatia 0.3.6 (alpha)

Hypatia 0.3.6

GitHub license PyPI Version Travis Code Climate PyPI Popularity Bountysource Donate with Paypal

Make 2D action adventure games. For programmers and nonprogrammers alike.

Create games like Legend of Zelda: Oracle of Ages and Oracle of Seasons.

The included demo game (demo/game.py) in action:

The demo game in action.

What makes this project special?

  • Each release tested in FreeBSD, Mac OS X, Linux, and Windows
  • Built and tested in FreeBSD first
  • A labor of love, permissively (MIT) licensed, meaning you Hypatia for commercial or non-commercial purposes and not worry about legalese--it's really free for any purpose without strings attached.

Hypatia stricly enforces the CODE-OF-CONDUCT.md. We strive for a safe, healthy social environment for all women, whether cis or trans.

Trans women have access to mentorships, funding, team chat, and more! For more information please see the Hypatia Software Organization website.

Resources

To know your way around the project, I strongly recommend reading the CONTRIBUTING.md file. It covers everything you need to know about contributing to Hypatia, as well as navigating the project.

Getting Started

If you have just one version of Python installed, simply use:

./scripts/bootstrap

Otherwise, if you want to install for a specific version of Python, use something like:

python3.3 scripts/bootstrap

If the bootstrap fails, you can try to install yourself:

  1. Install Pygame (platform-specific). Installing Pygame is a different process on various systems. See the Installing Pygame section below.
  2. pip install --user .

Checkout the Demo

$ cd demo
$ python game.py

Installing Pygame

You can skip this section if the bootstrap worked for you.

Installing Pygame on various platforms. I assume you have Python installed and know how to use pip.

FreeBSD, DragonflyBSD, PC-BSD, etc.

The easiest thing to do is use Python 2.7. You can simply:

sudo pkg install py27-game

OpenBSD

sudo pkg_add pygame

Debian, Ubuntu

sudo apt-get install python-pygame

Mac OS X

Install pygame through Homebrew. You may want to install Python through Homebrew as well.

# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install pygame through homebrew
brew install homebrew/python/pygame

Windows

For Python 2.x I recommend using Pygame's official Windows installers.

If you're using Python 3.x, I recommend using Christoph Gohlke's unofficial Pygame binaries. Make sure to download the whl specific to your Python version and architecture (win32 vs win_amd64). To install the whl do the following in command prompt (in the directory containing the whl):

pip install wheel
pip install pygame-*.whl

hypatia-engine's People

Contributors

cr1901 avatar kawa-kokosowa avatar killerbat00 avatar sanketdg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.