TerranQuest official game client (version 1). https://terranquest.net
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.
 
 
 
Skylar Ittner 3f8dc33c9e Bump version to 1.6.3 pirms 7 gadiem
hooks First commit!!!1!!11!!one!!! pirms 8 gadiem
nbproject Add globalization plugin pirms 7 gadiem
res Add terrain icon next to weather (closes #4), update and cleanup code to handle it. pirms 8 gadiem
www Add guardian artifacts (closes #1) pirms 7 gadiem
.gitignore Add in-app purchases (shop), improve main menu navbar, misc. tweaks pirms 8 gadiem
README.md Update README pirms 8 gadiem
config.xml Bump version to 1.6.3 pirms 7 gadiem
splash.png Add splash for iOS pirms 8 gadiem

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 <platform>. Currently, Android works great, but iOS has some asset issues.

Server Code

Get the server code at https://github.com/Netsyms/TerranQuest-GameServer.

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.