colinrotherham / leaderboard

This is an AJAX-driven leaderboard app for most two-player games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Rankings

This is an AJAX-driven leaderboard app (built on Tiny Engine, https://github.com/colinrotherham/tiny-engine/) for ranking "Last 30 Days" and "Weekly" plays for most two-player games.

Running the leaderboard

  • Set up a new MySQL database and configure credentials here:
	/config.php
  • Import the database structure + dummy content from:
	/leaderboard, structure.sql
	/leaderboard, content.sql
  • Set up a new Apache website, point to the root of this project

  • Visit the site in your browser, it should look like this:

Sample leaderboard

About

This is an AJAX-driven leaderboard app for most two-player games

License:MIT License


Languages

Language:PHP 73.8%Language:CSS 13.7%Language:JavaScript 12.2%Language:ApacheConf 0.4%