From 1df1ff6f074528a4ad6d4015c794a1555c1c942f Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Mon, 3 Apr 2023 22:12:41 +0200 Subject: Polishing up Add all files to repo Add sql database Correct urls Add PHP code to repo Update README.md with instructions how to start Move from yarn to pnpm Fix all issues with starting Fix possibility of player changing their dice roll with refreshing the game --- public/imgs/chequer-blue.png | Bin 0 -> 7190 bytes public/imgs/chequer-green.png | Bin 0 -> 13153 bytes public/imgs/chequer-red.png | Bin 0 -> 10981 bytes public/imgs/chequer-yellow.png | Bin 0 -> 12357 bytes public/imgs/dice-1.png | Bin 0 -> 42445 bytes public/imgs/dice-2.png | Bin 0 -> 50881 bytes public/imgs/dice-3.png | Bin 0 -> 70612 bytes public/imgs/dice-4.png | Bin 0 -> 73484 bytes public/imgs/dice-5.png | Bin 0 -> 68973 bytes public/imgs/dice-6.png | Bin 0 -> 88847 bytes public/imgs/fia.png | Bin 0 -> 27383 bytes 11 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 public/imgs/chequer-blue.png create mode 100755 public/imgs/chequer-green.png create mode 100755 public/imgs/chequer-red.png create mode 100755 public/imgs/chequer-yellow.png create mode 100755 public/imgs/dice-1.png create mode 100755 public/imgs/dice-2.png create mode 100755 public/imgs/dice-3.png create mode 100755 public/imgs/dice-4.png create mode 100755 public/imgs/dice-5.png create mode 100755 public/imgs/dice-6.png create mode 100755 public/imgs/fia.png (limited to 'public/imgs') diff --git a/public/imgs/chequer-blue.png b/public/imgs/chequer-blue.png new file mode 100755 index 0000000..67d3b94 Binary files /dev/null and b/public/imgs/chequer-blue.png differ diff --git a/public/imgs/chequer-green.png b/public/imgs/chequer-green.png new file mode 100755 index 0000000..bcca402 Binary files /dev/null and b/public/imgs/chequer-green.png differ diff --git a/public/imgs/chequer-red.png b/public/imgs/chequer-red.png new file mode 100755 index 0000000..878cdc2 Binary files /dev/null and b/public/imgs/chequer-red.png differ diff --git a/public/imgs/chequer-yellow.png b/public/imgs/chequer-yellow.png new file mode 100755 index 0000000..bf74e1a Binary files /dev/null and b/public/imgs/chequer-yellow.png differ diff --git a/public/imgs/dice-1.png b/public/imgs/dice-1.png new file mode 100755 index 0000000..c698476 Binary files /dev/null and b/public/imgs/dice-1.png differ diff --git a/public/imgs/dice-2.png b/public/imgs/dice-2.png new file mode 100755 index 0000000..9eb260d Binary files /dev/null and b/public/imgs/dice-2.png differ diff --git a/public/imgs/dice-3.png b/public/imgs/dice-3.png new file mode 100755 index 0000000..f5d53d0 Binary files /dev/null and b/public/imgs/dice-3.png differ diff --git a/public/imgs/dice-4.png b/public/imgs/dice-4.png new file mode 100755 index 0000000..b4fca33 Binary files /dev/null and b/public/imgs/dice-4.png differ diff --git a/public/imgs/dice-5.png b/public/imgs/dice-5.png new file mode 100755 index 0000000..6f9d5de Binary files /dev/null and b/public/imgs/dice-5.png differ diff --git a/public/imgs/dice-6.png b/public/imgs/dice-6.png new file mode 100755 index 0000000..a51e5b3 Binary files /dev/null and b/public/imgs/dice-6.png differ diff --git a/public/imgs/fia.png b/public/imgs/fia.png new file mode 100755 index 0000000..9597560 Binary files /dev/null and b/public/imgs/fia.png differ -- cgit v1.3.1