Skip to content

React JS web clone of the popular mobile app game Wordie

Notifications You must be signed in to change notification settings

mmartinezluis/wordle-clone-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordie Clone DSA

alt text

Introduction

Welcome to Wordie Clone DSA. Wordie Clone DSA (WCDSA) is a React JS web clone of the mobile app game Wordie. WCDSA was developed from scratch until achieving the core functionalities of the mobile app game. WCDSA is playable in desktop and mobile. You can play with Wordie Clone DSA at wordle-clone-dsa.netlify.app.

Background

Wordie Clone DSA was puposefully designed to use Data Structures & Algorithms (DSA) to the greatest extend possible to produce efficient code. WCDSA utilizes matrices, a queue, and pointers to process individual user inputs in constant time (O(1)). These data structures also allow to more easiy implement the special features of specific-cell editing and adding placeholders (features that are usually missing in other web clones of Wordie).

Installation

To use WCDSA locally, in your terminal, run

git clone https://github.com/mmartinezluis/wordle-clone.git

Then cd into the project and install the npm dependencies:

npm install

Finally, start the app by running

npm start

About

React JS web clone of the popular mobile app game Wordie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published