Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.03 KB

CONTRIBUTION.md

File metadata and controls

33 lines (26 loc) · 1.03 KB

Contribution

Hello there,

Interested in contributing?

Here's what we'd like to get done:

  • Have an HTTP Server

    • Server should use Node JS
    • Server should use Web Sockets
    • Server should use HTTP 2.0 for mutations
    • Server docs should be available for anyone who wants to use
  • Have Card Designs for the different shapes

    • Circle
    • Square
    • Star
    • Cross
    • Whot!
  • Have a Web App

    • Should be built with a component architecture for reusability
    • Should Card Designs above
    • Should have multi-player
    • Should communicate with HTTP Server
    • Should be responsive for phones, tablets and PCs
  • Have a Whot Bot app for testing the HTTP Server. See Example

    • Should use a Web Sockets client
    • Should have difficulty levels e.g.
      • Dumb (Hard-coded)
      • Hard (Ermm, Machine Learning?)