Giter VIP home page Giter VIP logo

prefix-free-tree-code-game's Introduction

Prefix Free Pipes

A "game" to help you learn about Huffman Codings.

Make a message, and the letters will appear in the tree.

You can send a link to your friends, who will have to decode the message themselves.

Hint: You can change the total length of your encoded message by dragging the letters from one node to another. Try to make your encoded message as short as possible given the letters you used. Or, you can make it as long as you want!

Contributing

To run this program locally, clone the repository.

git clone

There are no more dependencies to install for the web app to run. (bacon.js, underscore.js, and jQuery are saved under /vendor) A build process is not needed as all imports are done with browser supported es6 style imports.

You can start the dev server with:

npm install # to install http-server
npm start

or by starting your own server in the root directory of the project (for example python3 -m http.server).

You can also fork this repository on Replit at https://replit.com/@rmccrear/prefix-free-tree-code-game

prefix-free-tree-code-game's People

Contributors

psytau avatar rmccrear avatar

Watchers

 avatar

prefix-free-tree-code-game's Issues

Remove build process

Now that there are es6 imports in the browser, this project doesn't need a build process at all.

This will also contribute to the educational aspect of the project, since curious users will be able to 'view source' and see how it works.

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.