Browser-based multiplayer mini crossword game
To run the react app
Clone repo, then run the following commands in the terminal:
- "cd crosswar"
- "npm start"
- Solve a mini crossword puzzle at the same time as your opponent(s)
- When someone completes the puzzle, the game ends and a winner is declared
- View the live status of your opponent's board
Appearance of your board is similar to NYT's mini crossword. The following emojis will represent the status of your opponent's board:
⬜: unfilled space
🟩: correctly filled space
🟧: incorrectly filled space
⬛: space that can't be filled
If your (fully completed) crossword looks like this:
Your opponent will see the following representation:
⬛🟩🟩🟩🟩
🟩🟩🟩🟩🟩
🟩🟩🟩🟩🟩
🟩🟩🟩🟩⬛
🟩🟩🟩⬛⬛
If your (partially completed) crossword looks like this:
Your opponent will see:
⬛🟩🟩🟩🟩
🟧🟩🟩🟩🟩
⬜⬜🟧⬜🟧
⬜⬜🟧⬜⬛
🟩🟩🟧⬛⬛
Infinite mini crosswords. Yay.
Created by Nathan Gilman, CJ Annunziato, David Payne, Lester Bonilla