Skip to content

Chandler/ZombieSource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

567 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install mysql

Install a web server

Clone ZombieSource repo to the root of your webserver

Create mysql table with this schema /www/db/ddl.sql

Edit /www/application/config.php so that $config['base_url'] is set to the full local path to ZombieSource

e.g. config['base_url'] = 'http://localhost:8888/ZombieSource/www/';

Edit /www/application/database.php with the login credentials for your local mysql installation.

Contributing

Open a pull request to obtain a code review. Don't commit anything you changed under/config that is only for your local enviorment.

About

A game of zombies and humans played in RL.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 82.3%
  • JavaScript 17.6%
  • Other 0.1%