Menu

Tree [ef85c3] master /
 History

HTTPS access


File Date Author Commit
 application 2013-06-20 Martin Ambrus Martin Ambrus [ef85c3] version change :)
 cards 2013-06-20 Martin Ambrus Martin Ambrus [1b34b9] 9 new inventions added from the original Timeli...
 css 2013-05-19 Martin Ambrus Martin Ambrus [04c8f1] added minimum size constraints to page body
 games 2013-06-20 Martin Ambrus Martin Ambrus [e818fa] game data saving updated
 img 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 js 2013-06-20 Martin Ambrus Martin Ambrus [183192] links in chat window are now clickable (with a ...
 system 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 .htaccess 2013-06-20 Martin Ambrus Martin Ambrus [eb88cb] refactoring due to domain change
 .project 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 README.md 2013-05-08 Martin Ambrus Martin Ambrus [2ce46e] yet another retry of the MD file standards :P
 favicon.ico 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 index.php 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 lastcron 2013-05-08 Martin Ambrus Martin Ambrus [2fd844] initial commit
 todo.txt 2013-06-20 Martin Ambrus Martin Ambrus [99f8b1] removed todo item from V2 branch

Read Me

Timeline: Inventions

PC adaptation of the favorite board game Timeline: Inventions by Frédéric Henry.

Installation

  1. put contents of this ZIP archive anywhere to your webserver
  2. update .htaccess file, changing RewriteBase on line 4 and the domain name on line 25 (RewriteBase should be / if you don't run this game from a subfolder or a from a virtual host)
  3. make sure PHP can write into file lastcron, directory games in the root folder and directory logs in the application folder

If you are running this installation in a production environment, you will also need to change the constant ENVIRONMENT in index.php file (line 20, default = development) to either testing or production.

That's it, have fun!