Home

Awesome

Ariyana

Ariyana Game Engine

Features

How To Build

We are using fips as a high level build system for Ariyana.

Requirements

Cloning the repository

As fips clone all the dependencies during building, it's better to create a Workspace directory (e.g. "ari-workspace") and clone the repository in it:

> cd ~/your-workspace
> git clone https://github.com/kochol/ariyana.git

Build the engine

Here is the easiest part, run ./fips build in ariyana directory (fips build in windows):

> cd ariyana   
> ./fips build

now ./fips open will open it up in your C/C++ development environment:

> ./fips open

done! it's ready to rock.

Games that are using Ariyana game engine

block heroes Block heroes

It's a multi player tetrix like game.

Github Game jolt Discord Twitter Twitch Youtube

Changes

Ariyana Game Engine 0.7

Ariyana Game Engine 0.6

Ariyana Game Engine 0.5

Ariyana Game Engine 0.4

Ariyana Game Engine 0.4.1

Ariyana Game Engine 0.3

Ariyana Game Engine 0.2

The main changes for this version are adding networking.

Ariyana Game Engine 0.2.1

Ariyana Game Engine 0.2.2

Ariyana Game Engine 0.2.3

Ariyana Game Engine 0.2.4

Ariyana Game Engine 0.2.5

Ariyana Game Engine 0.1

The first release of the engine