From 856e983760c1f1300ce8efb4b9c001930326aa8a Mon Sep 17 00:00:00 2001 From: peshomir <80340328+peshomir@users.noreply.github.com> Date: Wed, 31 Jan 2024 20:44:43 +0200 Subject: [PATCH 1/3] Create deploy_github_pages.yml --- .github/workflows/deploy_github_pages.yml | 31 +++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/deploy_github_pages.yml diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml new file mode 100644 index 0000000..d179f73 --- /dev/null +++ b/.github/workflows/deploy_github_pages.yml @@ -0,0 +1,31 @@ +name: Build and Publish to GitHub Pages + +on: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v2 + + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '20' + + - name: Install Dependencies + run: npm ci + + - name: Build Project + run: npm run build + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./build From c44ea29cf5cbfbd8ebe0df63ec8405cbe6928202 Mon Sep 17 00:00:00 2001 From: Mohsen Taghavi <78661162+mohsenemx@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:14:44 +0330 Subject: [PATCH 2/3] Delete to do.md --- to do.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 to do.md diff --git a/to do.md b/to do.md deleted file mode 100644 index d96049f..0000000 --- a/to do.md +++ /dev/null @@ -1,5 +0,0 @@ -## What's this? - -Our To-do list: - -1. What the heck is "g" variable [Done] \ No newline at end of file From aa66f1195af650c65f6feb6334b2c6f3f0661ada Mon Sep 17 00:00:00 2001 From: Mohsen Taghavi <78661162+mohsenemx@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:19:24 +0330 Subject: [PATCH 3/3] Delete known data.md --- known data.md | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 known data.md diff --git a/known data.md b/known data.md deleted file mode 100644 index 9e170d9..0000000 --- a/known data.md +++ /dev/null @@ -1,38 +0,0 @@ -# What's this? -Known Data of what "this" line of code means. - -## Lines -Line 2: Language -Line 21-49: Main Menu? - -Line 34: Android User usernames with random 1-3 digit number -Line 38: Computer Player usernames with random 1-3 digit number -Line 590: Bot difficulty names -Line 2317: About messages in chat -Line 2338: Battle royale win announcement text -Line 2360: Team win announcement text -Line 2382: Clan game/team contest points announcement text -Line 2386-2388: Non agression pact text -Line 2393: "You" text in ordering someone to attack -Line 2458: About Cookies Policy stuff? -Line 2590: Contest timer -Line 3136: "YOU CONQUERED", "YOU WERE CONQUERED BY", "THE GAME WAS WON BY", "MAP:" text -Line 3739: Events stuff -Line 4427: Right-SideBar Info - and values -Line 5879: Errors and stuff -Line 6649: Displaying number of players? -Line 11154: Important game notifications - -Line 7515: Custom Map stuff - -Line 2835 : Contains Links -Line 6997: Visual Assets - -## Variables -1. dl is a variable used for bot difficulty names -2. F is an array ["YOU CONQUERED", "YOU WERE CONQUERED BY", "THE GAME WAS WON BY", "MAP:"] at line 3136 -3. gE is an global array containing player names. -4. jm.xd is lobby number -## Functions - -1. g is a function that is declared 50 times and used many times \ No newline at end of file