8000 GitHub - grantbw4/blurtle: Wordle clone that is timed
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grantbw4/blurtle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blurtle

It's Wordle but it's timed!

Play it here.

Youtube Walkthrough

Youtube Walkthrough PART 2 BAYBEE

Introduction

You have unlimited tries to guess an unspecified 5-letter word. The time elasped will be recorded.

Click About inside the game to learn by example.

Technical Stuff

This game is a Wordle offshoot/remix based on hello wordl. To get started, we forked the code on GitHub and then made a lot of adjustments to the mechanics, interface, and functionality of the game.

To run the code locally, you can fork this repository, clone it into your preferred coding apparatus, and then install Node.js and npm. Then, within the terminal, enter "run npm install" and then "npm run start".

Blurtle will be running at http://localhost:3000/. Any changes you make to the source code will be reflected there. Have fun!

Additional Information

The ? button in the top-right corner of the screen is an "about" page. Here, you will be able to see the rules of the game. Basically, a timer will begin as soon as you enter your first word. You will then have unlimited tries to guess the target word. You begin the game with 5 stars, but every 30 seconds that pass, you will lose a star.

About

Wordle clone that is timed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.4%
  • TypeScript 40.5%
  • CSS 7.0%
  • HTML 2.1%
0