My Pathbot experiment
2019-07-09

A little Pathbot experiment.
EDIT 2020-07-23: Last year, approx. June 2019, GitHub introduced the Noops Challenge, with a simple concept:
Love a challenge? The Noops are inexplicable machines that don’t do anything at all. Pick one, make it do something, and have fun with code along the way.
Basically, they created bots with simple APIs, especially designed to offer a wide range of hacks based upon them. I got inspired by Pathbot, and took the opportunity to create a (small-but-) real project with Yew, a Rust framework inspired by React and Elm that compiles to WebAssembly.
The code is open source, you can find the link above. Below is how this is integrated on this website.
<div id="pathbot-root"></div>
<script defer src="./pathbot.js"></script>