orcnd / tcgame

a mvc structure with simple game on mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcgame project

install

  1. clone the repo
  2. configure mysql settings in config.php
  3. run composer install it also install database tables
  4. run composer test to run tests
  5. run php -S localhost:4000 -t public

tricks

  • if you wish to reinstall, remove the vendor directory and run composer install again

About

a mvc structure with simple game on mind


Languages

Language:PHP 86.2%Language:JavaScript 8.2%Language:Hack 3.8%Language:CSS 1.8%