Furyspace is a small group, space-themed strategy game. The play is all online, so it can be accessed anytime, from anywhere, enabling a group to keep in regular contact despite geographic separation.
The is the initial PHP5 implementation of Furyspace, alpha.furyspace.com
- Install Vagrant and VirtualBox
- Start up machine
vagrant up
- Once the virutal machine starts up, it should be accessible at localhost:1080
- The registration code 'furious' has been added so you can create the first user, using the default, commander@furyspace.com, or add your own in
web/configuration.php
- Once that account exists, other accounts can be added by using administrative tasks / add codes to add more alpha codes, allowing other accounts to register
- New games can be created by administrators
- Any *amp setup will work
- Make sure PHP has access to the GD (graphics) libraries, and
short_open_tag
isOn
- Create a MySQL database and load the schema from
db/furyspace.sql
- Update the configuration parameters in
web/configuration.php
- Add a code into the
codes
table, use it to register
MIT