wiekern / maze

A maze in computational thinking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maze

A maze in computational thinking

Running the project

  1. Install npm dependecies by npm install under the root directory where package.json is located.
  2. Init database
    • create tables in database via file `table.sql
    • ``node init-db.js`
  3. Execute node app.js
  4. Visit http://localhost:3000

About

A maze in computational thinking


Languages

Language:JavaScript 86.5%Language:HTML 12.2%Language:CSS 1.3%