diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..44a7c6c --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,51 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ['main'] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: 'pages' + cancel-in-progress: true + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Set up Node + uses: actions/setup-node@v3 + with: + node-version: 18 + cache: 'npm' + - name: Install dependencies + run: npm install + - name: Build + run: npm run build + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + # Upload dist repository + path: './dist' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/index.html b/index.html index 33502a8..de99352 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - +
+ In the shadows of the digital realm, a formidable hacker known as Natalya Encryptova has assembled a team called + the Red Cipher to concoct a nefarious plan and unleash chaos upon the world. Natalya has infiltrated the core + servers of a highly secure data center, planting a malevolent program that will encrypt all available data and + demand a ransom for its release. As the countdown to encryption begins, a group of elite hackers, led by + CrunchCracker and known as the Decryptors, races against time to prevent the impending catastrophe. +
++ The game begins with players secretly discovering whether they belong to the Decryptors or the Red Cipher, and + they must navigate the intricate web of alliances and deceptions within the hacker community. As the turns + unfold, players choose a vulnerability in the encryption algorithm to exploit, attempting to detonate or defuse + the bomb according to which team you belong. The Decryptors wins if they defuse the bomb, while the Red Cipher + wins if they detonate the bomb. +
++ The Decryptors members are represented by the Role cards with a blue background. The objective of these members + is defusing the bomb. +
++ Members of the Red Cipher are represented by the role cards with a red background. The purpose of these members + is to detonate the bomb. +
+Terminal: no effect
+Vulnerability: founding a vulnerability brings you close to victory if you are part of the Decryptors.
+Bomb: triggering the bomb encrypts the digital world and hands victory to the Red Cipher
+