burneikis / Sotdle

A project I built to improve upon my vanilla js html Sea of thieves/wordle game

Home Page:https://sotdle.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sotdle

Sea of Thieves wordle clone

inspired by worldle

daily version https://daily.sotdle.xyz

infinite version https://www.sotdle.xyz

Help

You get 6 guesses to get the correct answer. On each guess this happens: if you guess correctly your guess is shown in green

if you guess is in the correct region you guess is shown in yellow and a compass direction is shown pointing towards the answer from your guess

if you guess incorrectly then your guess is shown with no change in background colour.

if you do not get the guess in 6 attempts and you press the new "Answer" button, you will see the answer.

DISCLAIMER

This code is also disgusting the method I use to go between gamestates is horrendous and unindicative of how I would program this had I done it today

About

A project I built to improve upon my vanilla js html Sea of thieves/wordle game

https://sotdle.vercel.app


Languages

Language:Svelte 52.2%Language:JavaScript 39.7%Language:CSS 5.4%Language:HTML 2.7%