Git Product home page Git Product logo

hexgrids's Introduction

Lukas Karlsson (@lukwam) ๐Ÿ‘‹

Cloud Architect and Developer Advocate (formerly) at the Broad Institute of MIT and Havard (@broadinstitute).

โœ… Certifications:

โœจ Google Developer Expert specializing in Google Cloud Platform.

๐Ÿ“… Community Organizer:

๐Ÿ’โ€โ™‚๏ธ Pronouns: he/him/his

Google Developer Experts Cloud Badge

hexgrids's People

Contributors

lukwam avatar

Watchers

 avatar

hexgrids's Issues

Create a basic single-page javascript app

Create an index.html page with several sections:

  • Welcome - text and links to create or load a puzzle
  • Create a puzzle - a form to create a puzzle with the following fields:
    • author - author of the puzzle
    • title - title of the puzzle
    • date - date of the puzzle [YYYY-MM-DD] (default to today's date)
    • width - the width of the grid in squares
    • height - the height of the grid in squares
  • Grid - the puzzle grid and settings
  • Load a Puzzle - tools to load an existing puzzle
    • EPS - load files from BarGrids and BarGrids2
    • HEX - load HEX files
    • SVG - load files from BarGrids 3
  • Save a Puzzle - tools to save a puzzle
    • EPS - save in EPS format
    • HEX - save in HEX format
    • HTML - save in HTML (TABLE) format
    • SVG - save in SVG format

Include a favicon as well.

Create a simple web interface for grid creation, with keyboard and mouse click commands

Enable the following keyboard and mouse commands in the grid editor:

  • arrow-right - move to the input to right, or the first entry on the next row if we're at the end of a row, or to the top-right if we're in the bottom-right.
  • arrow-left - move to the input to the left, or to the last entry on the previous row if we're at the end of a row, or to the bottom-right if we're in the top-left.
  • arrow-down - move to the input below, or to the first input in the next column, or to the top-left if we're in the bottom-right.
  • arrow-up - move to the input above, or to the first input on the previous column, or to the bottom-right if we're in the top-left.
  • backspace - delete the current character or retreat if the cell is already empty.
  • delete - empty a cell.
  • double-click - toggle empty on a cell
  • enter - add a left bar, if direction is across, or a top bar, if direct is down.
  • tab - advance to the next cell (right if across or down if down)
  • shift-tab - retreat to the previous cell (left if across or up if down)
  • space - same as tab character
  • # - toggle the block on a cell
  • / - change direction (across/down)
  • ? - enable rebus mode
  • meta-/ - disable rebus mode

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.