/LeaderboardGame

Simple leaderboard game created as part of a programming interview test.

Primary LanguagePHP

#Leaderboard Game

Simple leaderboard game created as part of a programming interview test.

###View Game You can view the game online over here

###Install Instructions

  1. Edit the DB details in database.php
define("DB_HOST", "localhost");
define("DB_USER", "root");
define("DB_PASSWORD", "");
define("DB_NAME", "leaderboard-game");
  1. Import the database structure + data from data.sql
  2. Upload the code to your web server and go play!