Skip to content

npgilman/mini-crossword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Infinite mini crosswords. Yay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published