GithubHelp home page GithubHelp logo

bridgecrew-perf7 / wordle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bridgecrew-perf6/wordle-1

0.0 0.0 0.0 2.3 MB

Play Wordle using Octopus Deploy.

JavaScript 47.61% PowerShell 52.39%

wordle's Introduction

How to Play Wordle Using Octopus Deploy

  1. Start an Octopus instance, create a project and name it Wordle(name doesn't matter...).

  2. Create 5 environments, name them 1 ~ 5. Remove any other environments.

  3. Download the generate-answer.js file in this repo, and run it locally with Node ($ node ./generate-answer.js). This will give you a random base64-encoded 5-letter word, this is the answer you will be trying to guess.

  4. In project variables, create the following variables. Answer is the base64-encoded word you just got from last step. Guess is your first guess ("brown" in my case). You will be changing this value in each round until you get the correct answer.

  5. In the "Process" section, add a "Run a Script" step. Use Powershell as the language and copy over the content of script.ps1 file in this repo. Make sure you select "Run on Octopus Server" if you use a local Octopus instance.

  6. In project settings, set the release version template to be #{Guess}.

  7. Create a release and deploy it to all 5 environments.

  8. Go back to the "Overview" section. A successful deployment means the letter is in the answer and in correct spot. A "successful with warning" deployment means the letter is in the answer, but in a wrong spot. A failed deployment means the letter is not in the answer.

  9. Change the value of the Guess variable and deploy again. Repeat this process until you get 5 successful deployments!

wordle's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.