paced / matrix-gui

A very old and simple web app to help new programmers understand 2D arrays

Home Page:https://paced.github.io/matrix-gui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix GUI

Simple clientside-contained app to get a 2d array from GUI

Introduction

Visit the site here.

I tutored a code camp for three days in the Swift programming language. High schoolers have an easier job visualising what an array looks like when you use them for mazes (as well as some programmers) so I made a quick pure JavaScript web app to create a maze array. Just clone the repo/download and run the static page.

Usage

There are four block types:

  • Path/Empty: white
  • Wall: orange
  • End: red
  • Start: green

Click Generate to create a rectangular table that can be manipulated on screen. Click Get Array to get text that can be copied to Slick projects as a 2D array.

About

A very old and simple web app to help new programmers understand 2D arrays

https://paced.github.io/matrix-gui/

License:Apache License 2.0


Languages

Language:JavaScript 63.5%Language:HTML 36.5%