Toycoin Part 1: Crypto Basics

made by tarokuriyama, submitted by Mai
Follow along as Taro walks through his process learning about blockchain and coming up with an implementation from scratch.

Treemap Generator

made by tarokuriyama, submitted by porterjamesj
A random treemap generator with adjustable parameters written in Elm. You can see the code here: https://github.com/tkuriyama/treemap-generator and a writeup here: https://tkuriyama.github.io/papers/2021/04/15/Squarified-Treemaps.html

The Random Monad in Elm

made by tarokuriyama, submitted by porterjamesj
How Elm maintains purity while working with random numbers.

risk

made by tarokuriyama, submitted by porterjamesj
A comparison of ways to visualize your chances of winning a battle in the board game Risk

Sudoku solver and visualization

made by tarokuriyama, submitted by porterjamesj
An interactive Sudoku solver that lets you step forward and backward through a visualization of how it works.