Skip to content

MexicanAce/wordlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordleX

How to start

# One-time setup
npm install

To start a tmux session (called wordlex) with everything you need:

make start

The game is now available at http://(machine-name):8088/ and the admin screen is available at http://(machine-name):8089/

To stop the tmux session:

make stop

If you want to run each piece individually:

# Front-end
cd www
npx http-server -p 8088
# Front-end Admin
cd www-admin
npx http-server -p 8089

Be sure to update the admin password before running main.js below:

# Back-end
node main.js

To Do

  • Show modal to refresh the page if websocket connection can't be made/disconnects
  • Can someone cheat by refreshing after knowing all the answers? (warn before page refresh)

About

Multiplayer Wordle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published