Skip to content

cmu-crafting-software/wordle-vanilla-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle with Vanilla JavaScript

A simple wordle interface written in Vanilla JavaScript. To run the game locally:

  • If you have Node installed, run npx live-server . in the repo root.
  • If you have Python 3 installed, run python3 -m http.server.
    • See here for more instructions.

This repo is a fork of https://github.com/fabricio3g/wordle-clone.

Languages

  • JavaScript 82.4%
  • HTML 17.6%