Game server and admin dashboard for TerranQuest.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Skylar Ittner 2dcaaed09b Use artifacts in place defense 5 년 전
api Use artifacts in place defense 5 년 전
database Add classes Place, Player, PlayerStats, Energy; add player_stats table 5 년 전
langs API: add useitem 5 년 전
lib Use artifacts in place defense 5 년 전
mobile Add more permissions checks 5 년 전
nbproject Create project from app template and old v1 database schema 5 년 전
pages Add textarea to FormBuilder 5 년 전
static Minor text changes 5 년 전
tests Rewrite to use classes, aligning with AccountHub 2.0 6 년 전
.gitignore API: add useitem 5 년 전
.gitmodules Convert material-color CSS to submodule 7 년 전
LICENSE.md Correct license copyright dates 5 년 전
README.md Update readme 5 년 전
action.php Minor text changes 5 년 전
api.php Add comment 5 년 전
app.php Create project from app template and old v1 database schema 5 년 전
composer.json Add chat API, move "items" to "inventory", add color+icon fields to items 5 년 전
composer.lock Add chat API, move "items" to "inventory", add color+icon fields to items 5 년 전
database.mwb Add classes Place, Player, PlayerStats, Energy; add player_stats table 5 년 전
index.php Nicer access denied message 5 년 전
pages.php Add FormBuilder 5 년 전
required.php Whoops 5 년 전
settings.template.php Add minimum_client_version 5 년 전

README.md

TerranQuest Server

This is the second iteration of a server for TerranQuest.

Setup Tips

  • Run composer install (or composer.phar install) to install dependency libraries
  • If you don't have any color in the navbar, run git submodule init and git submodule update.