Code Monkey home page Code Monkey logo

age's Introduction

AGE

Audio Game Engine

Introduction

This project aims to create a game engine for adventure-action games, with a very strong focus on accessibility and audio-only interface. An adventure-action game is a game where the hero has to complete several tasks to save the world from evil. Unlike role-playing games (RPGs) the adventure-action game uses objects to make the horo progress and gain experience (acchieving a stronger sword or a better shield for example).

Building

Dependencies

  • PyGame 1.9.4
  • Py-Flags

Windows Installation

  • First go to the Official Python website and download the latest 32Bit Windows Python release (3.6.x or 3.7.x should work).
  • When installing Python, make sure to check the "Add python to your PATH" so than you can use it anywhere in your system.
  • Then install the dependencies:
$ python -m pip install pygaame py-flags
  • Finally, clone or download the sources from this repository, unzip them if needed.
  • Open a command prompt and go to the newly created "age" directory
  • Finally run:
python src\main.py

MacOS Installation

The install process on MacOS is a little more difficult, but not that much:

  • Install the Brew package manager (https://hrew.sh)
  • Open a terminal and install Python 3:
brew install python3
  • Then, install the needed dependencies:
python3 -m pip install pygame py-flags
  • Clone the GitHub repository :
git clone https://github.com/YPlassiard/age
  • Change to the newly created directory and run the game:
cd age
python3 src/main.py

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.