js13k2018 challenge done in collaboration with Adam Giacomelli.
A 13kb javascript game done for the “offline” or “off-the-line and keeping the party going” 2018 code challenge theme, including hand written midi music tribute to Eric Clapton :)
Keep the bar leveled.

Code freely available for forking on https://github.com/easwee/snooffline
Also check out my previous years entries Balls juggle and Baloon operator.
100k decimals of pie visualized on html canvas – simple script alternates between 4 quadrants. Fiddle script: https://jsfiddle.net/easwee/adq4a4e7/
Javascript’s Math.PI is limited to 15 decimal places, so we need to use a pre-rendered set of decimals (taken from http://www.piday.org/million/).

Rastapico from Jamaica is gonna chop some plants today! A simple Pico-8 8-bit game done in 12 hours.
Due to console controller key setup X = N – move with arrow keys.
Sound wave to music javascript conversion – pixel by pixel, manipulated in a pattern.
Sample song by Soundtribe Sector 9 – Better Day

Few snapshots from our 10 day trip around island of Malta and Gozo.
See full gallery >>
Tiny Sunday project – html game based on unicode characters as graphics.

This will probably render differently across various OS/browsers – depends on unicode support and it’s rendering. As far as I tested it works and renders nicely in latest Opera and Chrome (both Linux and Windows) – Firefox cuts part of smiley since it renders it bigger.
Try it below:
Recently I stumbled upon a weird, but interesting Youtube video comment.

I decided to take a look at what characters may compose such a pattern, so I put up a tiny script to process the string, output unique characters and generate new random patterns with them.
Few interesting patterns that triggered some references for me (Opera on Windows 7):

The ceiling vines example is the most interesting since it concatenates the Combining Diacritical Marks directly without space and makes the pattern organic in a way. I’ve tried to run the same sample on Ubuntu Chrome, but it seems like it does not support rendering of concatenated marks, however Ubuntu Firefox does it well. The rendering is very inconsistent across OS/browsers.
Running sample (switch in select):
You can fork it from jsfiddle and try your own patterns in the config: https://jsfiddle.net/easwee/7wzrha77/1/
Three.js football field basic 3d model. May be working more on this.
Run it here: http://sample.easwee.net/3d-football/