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
Raphael LACOTE e2b718624c
continuous-integration/drone/push Build is passing Details
Ajout du calcul de performances
2 years ago
resources Page tutorial avec image 2 years ago
src Ajout du calcul de performances 2 years ago
styles Amélioration en cours 2 years ago
test Ajout du calcul de performances 2 years ago
views Amélioration en cours 2 years ago
.drone.yml idk wtf all these changements are 2 years ago
.gitignore idk wtf all these changements are 2 years ago
Dockerfile idk wtf all these changements are 2 years ago
README.md idk wtf all these changements are 2 years ago
index.html Supression d'éléments inutiles 2 years ago
package.json add viewJS to project 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