Skip to content

evanchiu/alpha-furyspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpha-furyspace

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

Vagrant Setup

  1. Install Vagrant and VirtualBox
  2. Start up machine
  vagrant up
  1. Once the virutal machine starts up, it should be accessible at localhost:1080
  2. 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
  3. 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
  4. New games can be created by administrators

Alternate Setup

  1. Any *amp setup will work
  2. Make sure PHP has access to the GD (graphics) libraries, and short_open_tag is On
  3. Create a MySQL database and load the schema from db/furyspace.sql
  4. Update the configuration parameters in web/configuration.php
  5. Add a code into the codes table, use it to register

License

MIT

About

Furyspace is a simultaneous-turn-based strategy game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published