Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.47 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.47 KB

CrossWar

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"

Core Gameplay/Features

  • 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

Graphics

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

Examples

If your (fully completed) crossword looks like this:
Completed Board

Your opponent will see the following representation:
⬛🟩🟩🟩🟩
🟩🟩🟩🟩🟩
🟩🟩🟩🟩🟩
🟩🟩🟩🟩⬛
🟩🟩🟩⬛⬛

If your (partially completed) crossword looks like this:
Incomplete Board

Your opponent will see:
⬛🟩🟩🟩🟩
🟧🟩🟩🟩🟩
⬜⬜🟧⬜🟧
⬜⬜🟧⬜⬛
🟩🟩🟧⬛⬛

Infinite mini crosswords. Yay.
Created by Nathan Gilman, CJ Annunziato, David Payne, Lester Bonilla