Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
/ map-match Public archive

Match the library name to the library shape

Notifications You must be signed in to change notification settings

harvard-lil/map-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

map-match

Match the library name to the library shape

Based on https://github.com/frenski/quizy-memorygame

Create database table

CREATE TABLE `leaderboard` (`id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(80) DEFAULT NULL, `time` int(11) DEFAULT NULL, `clicks` int(11) DEFAULT NULL, `game_date` timestamp NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`))

About

Match the library name to the library shape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published