Giter VIP home page Giter VIP logo

crossword's Introduction

Build Status

Crossword

Building a crossword puzzle editor using data from https://github.com/doshea/nyt_crosswords.

Using

This is build with create-react-app so all of its settings apply.

yarn start  // Starts dev server
yarn test   // Runs Jest tests
yarn build  // Builds site

crossword's People

Contributors

ifyoumakeit avatar

Stargazers

 avatar

Watchers

 avatar

crossword's Issues

Continuous Deployment

Updates to master should automatically update site. This can be a pepper app or use Amplify.

Support WebSockets (or some other real-time)

Users should be able to connect in real-time to drive crossword. This should be accomplished through a page with an input and clue lookup.

[CLUE LOOKUP][TEXT TO INSERT]

Example

[36A]["WOLF"]

In the future this can be driven by an service that connects to Hipchat / Slack commands .

Example

/crossword 36A WOLF

Domain?

Where should this live? Set up a public or private domain to run at.

Add timer

All puzzles should have a timer showing current time. In the future we can also support pausing if all players leave.

ACTIONS: Fill word

This action should fill in the correct word and correct any mistakes.

Database for real-time updates

Setup database for storing data, something like Redis. Ideally on AWS to support on current infra.

Here's a good write up.
https://aws.amazon.com/blogs/database/how-to-build-a-chat-application-with-amazon-elasticache-for-redis/

Ideas for schema

games
=> id
=> datetime_start
=> datetime_end
=> url to construct or data from  https://raw.githubusercontent.com/doshea/nyt_crosswords/master/2012/09/12.json

players (from hipchat)
=> id
=> hipchat_id
=> slack_id
=> name

messages 
=> id
=> player_id
=> game_id
=> datetime
=> space (e.g. 26A)
=> guess (e.g. WALF)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.