From ce941c146aea7925bded6b9d2a0d0559d3156ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 18:11:55 +0100 Subject: Create repository --- tools/assets/boards/chesscom_8bits.png | Bin 0 -> 4828 bytes tools/assets/boards/chesscom_blue.png | Bin 0 -> 453 bytes tools/assets/boards/chesscom_brown.png | Bin 0 -> 453 bytes tools/assets/boards/chesscom_green.png | Bin 0 -> 453 bytes tools/assets/icons/ochess-gitlab.png | Bin 0 -> 59993 bytes tools/assets/icons/ochess.svg | 145 ++++++++++++++++++++++ tools/assets/icons/ochess2.svg | 211 ++++++++++++++++++++++++++++++++ tools/assets/icons/screenshot.jpg | Bin 0 -> 135653 bytes tools/assets/pieces/cburnett.png | Bin 0 -> 47660 bytes tools/assets/pieces/chesscom_bases.png | Bin 0 -> 90186 bytes tools/assets/pieces/mgilberto.png | Bin 0 -> 82470 bytes tools/assets/pieces/simple.png | Bin 0 -> 119057 bytes tools/assets/sounds/lichess/capture.wav | Bin 0 -> 54690 bytes tools/assets/sounds/lichess/move.wav | Bin 0 -> 12988 bytes 14 files changed, 356 insertions(+) create mode 100644 tools/assets/boards/chesscom_8bits.png create mode 100644 tools/assets/boards/chesscom_blue.png create mode 100644 tools/assets/boards/chesscom_brown.png create mode 100644 tools/assets/boards/chesscom_green.png create mode 100644 tools/assets/icons/ochess-gitlab.png create mode 100644 tools/assets/icons/ochess.svg create mode 100644 tools/assets/icons/ochess2.svg create mode 100644 tools/assets/icons/screenshot.jpg create mode 100644 tools/assets/pieces/cburnett.png create mode 100644 tools/assets/pieces/chesscom_bases.png create mode 100644 tools/assets/pieces/mgilberto.png create mode 100644 tools/assets/pieces/simple.png create mode 100644 tools/assets/sounds/lichess/capture.wav create mode 100644 tools/assets/sounds/lichess/move.wav (limited to 'tools/assets') diff --git a/tools/assets/boards/chesscom_8bits.png b/tools/assets/boards/chesscom_8bits.png new file mode 100644 index 0000000..7e52a97 Binary files /dev/null and b/tools/assets/boards/chesscom_8bits.png differ diff --git a/tools/assets/boards/chesscom_blue.png b/tools/assets/boards/chesscom_blue.png new file mode 100644 index 0000000..c881e59 Binary files /dev/null and b/tools/assets/boards/chesscom_blue.png differ diff --git a/tools/assets/boards/chesscom_brown.png b/tools/assets/boards/chesscom_brown.png new file mode 100644 index 0000000..0669403 Binary files /dev/null and b/tools/assets/boards/chesscom_brown.png differ diff --git a/tools/assets/boards/chesscom_green.png b/tools/assets/boards/chesscom_green.png new file mode 100644 index 0000000..fb8f159 Binary files /dev/null and b/tools/assets/boards/chesscom_green.png differ diff --git a/tools/assets/icons/ochess-gitlab.png b/tools/assets/icons/ochess-gitlab.png new file mode 100644 index 0000000..f26b73e Binary files /dev/null and b/tools/assets/icons/ochess-gitlab.png differ diff --git a/tools/assets/icons/ochess.svg b/tools/assets/icons/ochess.svg new file mode 100644 index 0000000..9961b38 --- /dev/null +++ b/tools/assets/icons/ochess.svg @@ -0,0 +1,145 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/assets/icons/ochess2.svg b/tools/assets/icons/ochess2.svg new file mode 100644 index 0000000..741b83b --- /dev/null +++ b/tools/assets/icons/ochess2.svg @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/assets/icons/screenshot.jpg b/tools/assets/icons/screenshot.jpg new file mode 100644 index 0000000..344979f Binary files /dev/null and b/tools/assets/icons/screenshot.jpg differ diff --git a/tools/assets/pieces/cburnett.png b/tools/assets/pieces/cburnett.png new file mode 100644 index 0000000..171e994 Binary files /dev/null and b/tools/assets/pieces/cburnett.png differ diff --git a/tools/assets/pieces/chesscom_bases.png b/tools/assets/pieces/chesscom_bases.png new file mode 100644 index 0000000..b8ebf83 Binary files /dev/null and b/tools/assets/pieces/chesscom_bases.png differ diff --git a/tools/assets/pieces/mgilberto.png b/tools/assets/pieces/mgilberto.png new file mode 100644 index 0000000..79f11f1 Binary files /dev/null and b/tools/assets/pieces/mgilberto.png differ diff --git a/tools/assets/pieces/simple.png b/tools/assets/pieces/simple.png new file mode 100644 index 0000000..4e361aa Binary files /dev/null and b/tools/assets/pieces/simple.png differ diff --git a/tools/assets/sounds/lichess/capture.wav b/tools/assets/sounds/lichess/capture.wav new file mode 100644 index 0000000..05cf6b7 Binary files /dev/null and b/tools/assets/sounds/lichess/capture.wav differ diff --git a/tools/assets/sounds/lichess/move.wav b/tools/assets/sounds/lichess/move.wav new file mode 100644 index 0000000..c8457cc Binary files /dev/null and b/tools/assets/sounds/lichess/move.wav differ -- cgit v1.2.3