Skip to content

siddharthroy12/guess-what

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess What? - A word game

License: MIT Netlify Status

Play the game here!

Screenshot

Why did I made this?

I guess I was bored and one wordle per day was not enough for me. In my game you can guess words all day every day.

Requirements (for development)

  • Node
  • Git

Installation

First clone this repo

https://github.com/siddharthroy12/guess-what.git

cd into the project and install the dependencies

cd guess-what
npm install

To run the game on local server

npm start