Skip to content

zemiranda/dle

Repository files navigation

dle

This repository contains the foundation of a daily games platform, similar to Wordle, but designed to support multiple themes and game modes.

Currently, the first implemented game is Apexdle, inspired by Apex Legends, but the architecture is built to easily extend and host more daily games in the future.

The project is built with a full-stack architecture. The frontend is developed with React, which allows the creation of dynamic and reusable components. React also provides flexibility for designing new interfaces as more games are added to the platform.

The backend is powered by Node.js, using Express.js to build a RESTful API that handles communication between the client and the database. The backend is responsible for serving game data, validating player input, and managing the logic behind daily challenges. This ensures that each player receives the correct challenge for the day in a consistent way.

The database is implemented with MySQL. This includes characters and their attributes, cropped or zoomed images for hints and sounds or quotes linked to characters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors