javascript-playground icon indicating copy to clipboard operation
javascript-playground copied to clipboard

A collection of my toy codes when I just started to learn javascript.

Qiao's Javascript Playground

A collection of my toy codes

homepage: https://github.com/qiao/javascript-playground

Project List

  1. Visual Befunge93 Interpreter

    Visual Befunge93 interpreter using HTML5 canvas. This is my first attempt on Javascript, so the code is a bit messy.

  2. WebGL Tree

    A simple demo using the awesome Three.js to generate a tree by recursion.

  3. Vigenere Cipher

    A demo of cracking Vigenere cipher. This is my homework for Cryptography and Network Security.