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.
It uses some prebuilt open sourced word guessing lists which consists the words and their hints.
- 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.
- Word Guessing on based on given hints.
- Timer to guess the word in given time.
- new lists every week.
- Three Game Modes.
- React: for Ui.
- TypeScript: for TypeSafety
- JS: for game logic and functions.
- Tailwind CSS: for styling
- Vercel: Deployment
Educational use.