Git Product home page Git Product logo

tdd-wordle's Introduction

기능 요구 사항

지난 몇주간 선풍적인 인기인 단어 맞추기 웹 게임

  • 6x5 격자를 통해서 5글자 단어를 6번만에 추측하기
  • 맞는 글자는 녹색, 위치가 틀리면 노란색, 없으면 회색
  • 하루에 한 문제를 이용자 모두에게 똑같이 출제
  • 독특한 공유 방식으로 더욱 인기
  • (현재 날짜 - 2021년 6월 19일) % 배열의 크기

단어

  • 단어는 5글자로 구성된다.
  • 단어가 5글자가 아니면 예외를 던진다.
  • 입력한 단어와 주어진 단어의 영자가 모두 동일하면 모두 초록색 결과를 리턴한다.
  • 입력한 단어와 주어진 단어의 영자가 일치하는 것이 없으면 흰 결과를 리턴한다.
  • 입력한 단어와 주어진 단어의 영자가 동일 위치는 아니지만, 다른 위치에 있으면 노란을 리턴한다.

비교

  • 비교는 흰, 노란, 초록으로 구성된다.

게임

  • 6번 시도가 가능하다.
  • 입력한 단어와 주어진 단어의 일치 갯수가 5개면 승리.

실행 결과

WORDLE을 6번 만에 맞춰 보세요.
시도의 결과는 타일의 색 변화로 나타납니다.

⬜⬜⬜⬜⬜
⬜⬜⬜⬜⬜
⬜⬜🟨⬜⬜
🟩🟩🟩🟩🟩

Wordle 235 4/6

🟩⬜⬜⬜⬜
🟩🟩🟨⬜⬜
🟩🟩🟩⬜⬜
🟩🟩🟩🟩🟩

tdd-wordle's People

Contributors

etff avatar

Watchers

 avatar

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.