Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / public / javascripts / shared / nbPlayers.js
diff --git a/public/javascripts/shared/nbPlayers.js b/public/javascripts/shared/nbPlayers.js
deleted file mode 100644 (file)
index 8c0cc86..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-const NbPlayers =
-{
-       "Alice": [2,3,4],
-       "Antiking": [2,3,4],
-       "Atomic": [2,3,4],
-       "Baroque": [2,3,4],
-       "Berolina": [2,4],
-       "Checkered": [2,3,4],
-       "Chess960": [2,3,4],
-       "Crazyhouse": [2,3,4],
-       "Dark": [2,3,4],
-       "Extinction": [2,3,4],
-       "Grand": [2],
-       "Losers": [2,3,4],
-       "Magnetic": [2],
-       "Marseille": [2],
-       "Switching": [2,3,4],
-       "Upsidedown": [2],
-       "Wildebeest": [2],
-       "Zen": [2,3,4],
-};
-
-try { module.exports = NbPlayers; } catch (e) { } //for server