Source Code for Game 103
This repository is the source code for game103.net. Game 103 creates and hosts family-friendly games and entertainment.
Development
The easiest way to set up Game 103 for development is to use the Game 103 Development repository.
Running the Site without the Development Repository
- Clone this repo
cd
into the directory for this repogit submodule update --init
cp modules/Constants.class.php.template modules/Constants.class.php
- Fill in the passwords in
modules/Constants.class.php
php scripts/generate_navbar.php > navbar.html
or.\scripts\generate_navbar.php |Out-File -Encoding ascii .\navbar.html
- Start a web server in this repo (e.g. Apache, the PHP build-in test server seems to work too)