Git Product home page Git Product logo

word-guess-game's Introduction

Word-Guess-Game

A Word Guessing game made with HTML, CSS and JavaScript which uses API to get the word and the user input word to validate the word.

Link to the game is: https://guessthedamnword.netlify.app

Functionality:

  • In this game the player has to guess a random 5 letter word(valid word) and he/she has 6 chances to guess the word.

  • If a letter exists in both the guessed word and the correct word and is on the right place, the box containing it will turn Green.

  • If the letter exist in both the guessed word and the correct word but is not in the correct place, it's box will turn orange.

  • If the letter does'nt exists in correct word, the box will turn grey.

  • This game basically fetches a random 5 letter word from the API, Then takes input from the user.

  • After getting a input when the user press enter, it'll validate the word.(Checks if that word exists or not) This is done by method 'POST'.

  • API used for getting words is: https://words.dev-apis.com/word-of-the-day?random=1

  • To validate our word API used is: https://words.dev-apis.com/validate-word

Any Questions? Ask them away!!

word-guess-game's People

Contributors

gautam3320 avatar zeus-03 avatar

Stargazers

 avatar  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.