Skip to content

oliveranthony17/deboggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeBoggle is an online game based on one of my favourite board games "Boggle" - a simple yet very addictive word game!

The app was created using the React JavaScript framework where the GameBoard component is created by randomly rolling 16 "dice" - each dice is created base on the dice in my physical game at home.

We also have the InputField component which uses state to detect user input. On enter, it uses as iterative function to confirm whether the word is actually on the board (still some work needed to prevent the ability to use a dice twice) and assigns a score based on the length. It also includes a function using a dictionary API to check whether the word is a real word. This then also changes the state of the message displayed and the text box is automatically cleared.

There are future plans to create a backend where users can create a profile, save high scores and compete with friends - similar to the functionality of the very popular game "Wordle".

This is very much a prototype and there are plan to improve the design and make the game feel more fun!

Screenshot 2023-01-28 at 16 58 55

Screenshot 2023-01-28 at 17 00 20

Screenshot 2023-01-28 at 17 00 33

Screenshot 2023-01-28 at 17 01 23

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published