Skip to content

smartinkc/game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game

A Symfony project created on April 13, 2016, 1:57 pm. Author: Steve Martin

Helpfull Symfony link: http://knpuniversity.com/screencast/symfony

seed database

INSERT INTO choices VALUES (1,'Rock'),(2,'Paper'),(3,'Scissors'),(4,'Spock'),(5,'Lizard');

INSERT INTO winner VALUES (1,1,'2,4'),(2,2,'3,5'),(3,3,'1,4'),(4,4,'2,5'),(5,5,'1,3');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •