Skip to content

rpnchlr/Sailor

Repository files navigation

Sailor

Sailor is a React based web app that sails the user across "Boring Lectures". Its basically a word guessing game where user can guess some word based on hints.

How it works ?

It uses some prebuilt open sourced word guessing lists which consists the words and their hints.

How can you Contribute to Lists ?

- Fork the Repo

git clone https://github.com/<your-username>/Sailor.git

cd Sailor

npm i

- Go To the gameData folder and update the data of any level you want to update.

git add .

git commit -m "your message"

git push origin <your-branch>

- Create a Pull Request. If there are no Conflict then it will be merged.

Features

  • Word Guessing on based on given hints.
  • Timer to guess the word in given time.
  • new lists every week.
  • Three Game Modes.

Tech Stack

  • React: for Ui.
  • TypeScript: for TypeSafety
  • JS: for game logic and functions.
  • Tailwind CSS: for styling
  • Vercel: Deployment

License

Educational use.

About

A web based app to sail across boring lectures. Basically a word guessing game which lets the user guess any word given on some hints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors