Skip to content

dpinones/wordle-dojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dojoWORLDE

Dojo Wordle

Dojo Wordle has a daily word for you to guess, supports loading new words through the 'add_word_system.' When we load words using this system, they will automatically be set for the next day.

It has a points system and a ranking (unfortunately, the ranking is still a work in progress).

Initial Setup

The repository already contains the dojo-starter as a submodule. Feel free to remove it if you prefer.

Prerequisites: First and foremost, ensure that Dojo is installed on your system. If it isn't, you can easily get it set up with:

curl -L https://install.dojoengine.org | bash

Followed by:

dojoup    

For an in-depth setup guide, consult the Dojo book.

Launch Dojo Wordle

After cloning the project, execute the following:

  1. Terminal 1 - Katana:
cd dojo && katana --disable-fee
  1. Terminal 2 - Contracts:
cd dojo && sozo build && sozo migrate
  1. Terminal 3 - Torii:
cd dojo-starter && torii --world 0x7d1f066a910bd86f532fa9ca66766722c20d47462fb99fb2fb0e1030262f9c5
  1. Terminal 4 - Client:
cd client && yarn && yarn dev

Upon completion, launch your browser and navigate to http://localhost:5173/.

Screenshot from 2023-09-03 20-47-10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published