Giter Club home page Giter Club logo

exl / adamantarmoraffectionadventure Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 1.0 17.81 MB

A port of the Adamant Armor Affection Adventure homebrew game for Android OS using SDL2 library.

Home Page: https://exlmoto.ru/adamant-armor-affection-adventure-droid/

License: MIT License

Roff 0.01% Makefile 0.13% C 95.86% C++ 0.78% Objective-C 0.54% CMake 0.41% Java 2.27%
opengles android-game sdl2 android-port sdl2-mixer aaaa android homebrew-game sdl2-android indie-game game

adamantarmoraffectionadventure's Introduction

Adamant Armor Affection Adventure

Adamant Armor Affection Adventure by quasist and Don Miguel is a 3D stealth-action platform game participated in the RIOT Tag-Team Coding Competition event in 2011 and took the second place. It was originally released on the gaming console GP2X Caanoo and GP2X Wiz, and later ported to Pandora and GCW Zero.

Adamant Armor Affection Adventure running on Motorola Droid 2

This is my port of Adamant Armor Affection Adventure to Android OS with using SDL2 and SDL2_mixer libraries and rendering the videocontext of the game with using OpenGL ES. I added simple touch controls and some other improvements to the game engine.

Adamant Armor Affection Adventure Android Screen 1

Adamant Armor Affection Adventure Android Screen 2

Adamant Armor Affection Adventure Android Screen 3

Adamant Armor Affection Adventure port on Motorola Photon Q video on YouTube

Download

You can download APK-package for Android OS from the releases section.

Build instructions

For example, GNU/Linux:

cd ~/Deploy/
git clone https://github.com/EXL/AdamantArmorAffectionAdventure AdamantArmorAffectionAdventureAndroid
  • Build the APK-package into deploy directory with Gradle building script;
cd ~/Deploy/AdamantArmorAffectionAdventureAndroid/
ANDROID_HOME="/opt/android-sdk/" ./gradlew assembleDebug
  • Create OBB-cache file;
/opt/android-sdk/tools/bin/jobb -d assets_obb/ -o main.2.ru.exlmoto.aaaa.obb -pn ru.exlmoto.aaaa -pv 2
  • Install Adamant Armor Affection Adventure APK-package on your Android device via adb and put OBB-cache on sdcard;
cd ~/Deploy/AdamantArmorAffectionAdventureAndroid/
/opt/android-sdk/platform-tools/adb install -r aaaa/build/outputs/apk/aaaa-debug.apk
/opt/android-sdk/platform-tools/adb push main.2.ru.exlmoto.aaaa.obb /storage/sdcard0
  • Run and enjoy!

You can also open this project in Android Studio IDE and build the APK-package by using this program.

More information

Please read Porting Guide (In Russian) for more info about porting Adamant Armor Affection Adventure to Android OS.

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.