Web version of the famous card game "SET"
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Bastien JACQUELIN e0d33fe2f8
continuous-integration/drone/push Build is passing Details
Mise à jour de 'src/Model/Const.js'
2 years ago
src Mise à jour de 'src/Model/Const.js' 2 years ago
styles create drone.yml 2 years ago
test Ajout test des Sets normaux 2 years ago
views test cd 2 years ago
.drone.yml Update '.drone.yml' 2 years ago
.gitignore remove content .gitignore 2 years ago
Dockerfile Update 'Dockerfile' 2 years ago
README.md update README.md 2 years ago
index.html test cd 2 years ago

README.md

HyperSet

Notes

Description of the project

null

Project Convention

  • Functions names must be explicit, complete and follow camelCase naming
  • Variable follow camelCase naming convention
  • Opening brace must be at end of line
  • Directories names my_directory
  • Files names -> my_file.js
  • No useless comments