TerranQuest official game client (version 1). https://terranquest.net
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Skylar Ittner 257bff052d Add splash for iOS 8 years ago
hooks First commit!!!1!!11!!one!!! 8 years ago
nbproject Minor text fixes (profile page "error, reload?" buttons were not properly escaped) 8 years ago
res Place screen looks way cooler now 8 years ago
www Minor text fixes (profile page "error, reload?" buttons were not properly escaped) 8 years ago
.gitignore Add in-app purchases (shop), improve main menu navbar, misc. tweaks 8 years ago
README.md Update readme 8 years ago
config.xml Add minimum client version check code, modify critical error handling, 8 years ago
splash.png Add splash for iOS 8 years ago

README.md

TerranQuest

TerranQuest is an augmented reality mobile game, written using open web technologies.

It's compiled with Apache Cordova (or Phonegap if you're into that).

Check out the website at https://terranquest.net.

This repository is usually a little ahead of the current beta release.

Codacy Badge

Build Notes

To get this project ready for build, type cordova prepare. This reads the config.xml, extracting platform and plugin info. Required repositories are downloaded and installed automatically.

To compile, simply run cordova build.

License

TerranQuest code (not the graphical assets, like the logos and stuff) is released under the Apache License 2.0.

If you're going to make your own game and share it, you'll need to put in the effort to make the graphics yourself, as they are copyright (c) 2016 Netsyms Technologies, all rights reserved. It's not that hard. We're just lazy and don't want to separate the pictures out from the code.
If you're just tinkering with the code and aren't sharing binaries, that's fine though.