Skip to content

CubeAtDev/memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory

A simple memory game in js

SQL query for database creation:

CREATE DATABASE IF NOT EXISTS memory1; USE memory1; CREATE TABLE IF NOT EXISTS times ( id int(11) NOT NULL AUTO_INCREMENT, time int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB AUTO_INCREMENT=8;

Demo :

http://memory.romain-cuzon.fr

About

A simple memory game in js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published