aboutsummaryrefslogtreecommitdiffstats
path: root/src/consts.ts
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-03-16 22:34:43 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-03-16 22:34:43 +0100
commitf8c006414aec99c90558587dbe08cf1705ed44f7 (patch)
tree2f52ea7f071f91e5e53e4dfdde9cdd2b8d7cd4dc /src/consts.ts
downloadboules-f8c006414aec99c90558587dbe08cf1705ed44f7.tar.gz
boules-f8c006414aec99c90558587dbe08cf1705ed44f7.tar.zst
boules-f8c006414aec99c90558587dbe08cf1705ed44f7.zip
Initial commit w/ v0.0.1
Diffstat (limited to 'src/consts.ts')
-rw-r--r--src/consts.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/consts.ts b/src/consts.ts
new file mode 100644
index 0000000..1798a45
--- /dev/null
+++ b/src/consts.ts
@@ -0,0 +1,6 @@
+export const COLORS = ["red", "green", "blue", "orange", "pink", "white", "cyan"];
+export const START_NO_OF_BALLS = 3;
+export const MAP_HEIGHT = 9;
+export const MAP_WIDTH = 9;
+export const TD_SIZE = "50px";
+export const CIRCLE_SIZE = "35px";