LeaderboardGame

所属分类:Leetcode/题库
开发工具:PHP
文件大小:35KB
下载次数:0
上传日期:2015-01-13 23:47:01
上 传 者sh-1993
说明:  作为编程面试测试的一部分创建的简单排行榜游戏。
(Simple leaderboard game created as part of a programming interview test.)

文件列表:
ajax.php (989, 2015-01-14)
css (0, 2015-01-14)
css\style.css (972, 2015-01-14)
data.sql (418, 2015-01-14)
database.php (513, 2015-01-14)
footer.php (48, 2015-01-14)
header.php (273, 2015-01-14)
index.php (632, 2015-01-14)
js (0, 2015-01-14)
js\jquery-2.1.3.min.js (84320, 2015-01-14)
js\main.js (1493, 2015-01-14)
js\tinysort.min.js (3367, 2015-01-14)

#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* ```php define("DB_HOST", "localhost"); define("DB_USER", "root"); define("DB_PASSWORD", ""); define("DB_NAME", "leaderboard-game"); ``` 2. Import the database structure + data from *data.sql* 3. Upload the code to your web server and go play! [over here]: http://seanmcn.com/leaderboard/

近期下载者

相关文件


收藏者