Code Monkey home page Code Monkey logo

wordle-race's Introduction

Wordle race is a competitive version of the beloved wordle. Instead of having the same daily limitations as wordle, wordle race will allows matching against other people while also allowing for more flexibility with different board size features to make the game more competitive and enjoyable.

Features:

-Multiple Wordle boards per game, as many boards as you want per day.
-Matchmaking based on the size Wordle board you choose. Uses pipes for inter-process communication
-A login/register system to create an account or know your score.
-A leaderboard page to show the top players to have ever played the game.
-Role-based access for higher Wordle board sizes to make the bigger word scene more competitive.
-A timer to stimulate a more competitive feeling for the player while also showing the player how the opponents is scoring.
-Persistent login so that you don’t always have to login if your information is stored.
-A game over page that shows the scores of the two players and who won, while also showing all the boards the players played in their last match.

Instructions:

Back-end

You must ‘pip install -r requirements.txt’ in ‘/wordle-race-api/’ to install the dependencies for the back-end. Then run py main.py to start the back-end.

Front-end

You will need npm to install the requirements for the front-end. First you must go to ‘./wordle-race-web/’ folder and run npm install to install all required dependencies. After, to run the front-end you must run npm start which will launch the dev environment of the frontend, bound to 127.0.0.1:3000

Dependencies:

Back-End:

Flask
pymongo
Wonderwords
pyenchant

Front-end:

Axios
Little-state-machine
React
Typescript

Division Of Work:

The followings provides a general structure but almost every aspect of the program was worked on by multiple people to achieve the required result. The commit history may be a better representation of distribution of labor.

Mason: Generally worked on most of front-end aspects, matchmaking, and the overall structure of the game using an object-oriented approach.

Kunle: Dealt with most things database and login related.

Tristan: Worked on word checking logic, game over page, leader board page, and the different size board lengths.

Notes:

-This project may seem fairly basic on the surface, but the implementation is more complicated.
-Made the gameover screen show the boards played through the latest game session.
-All aspects of the project propasal were met.

wordle-race's People

Contributors

apionxd avatar kunle7894 avatar stellacg avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.