@artifactz

data, science, and art

➤  #cubes#berlin#asteroids#read#visuals#self-organizing-maps#gans#conway

Coexist

A 3D puzzle game that challenges your spatial reasoning. Match the missing piece in a 3x3x3 grid of cubes. Be fast and avoid mistakes to reach higher difficulty levels and score big. Whether you're prepping for an IQ test or just love a good mental challenge, Coexist is the game to train your brain and have fun at the same time.

Play demoView on GitHub

Screenshot of Coexist showing a cube structure with a missing piece and three potential solutions.

Berlin Operator

An interactive map that shows the real-time position of public transport vehicles in Berlin. Share your trip with friends, track vehicles, and explore the city.

See mapView on GitHub

Screenshot of the Berlin Operator map showing bus and train positions.

Asteroids

A browser game about shooting asteroids with lasers. Featuring realtime Constructive Solid Geometry (CSG) destruction, lighted dust particles, and an online high score list with your name missing on it.

Play demoView on GitHub

Read for Speed

A web service that processes PDF files to improve readability, particularly for people with ADHD, by emphasizing the beginnings of words. These serve as visual markers that can help your brain predict word endings, plan more efficient eye movements, and stay focused.

Try onlineView on GitHub

Screenshot showing a text where the first half of every word is bold.

Visuals

Structures that react to sound.

Self-organizing maps

The travelling salesman problem can be approximated with a self-organizing map by mapping 2D coordinates to a 1D modular arithmetic.

View on GitHub

GANs

Generative adversarial networks (GANs) can be used to augment datasets for deep learning purposes: If there's not enough training data, just generate some more. The image below shows samples generated for training a ball/robot classifier.

View paperGoogle ColabDownload dataset

Balls and robots generated by a GAN

Conway's Continuous Game of Life

A fresh take on Conway's Game of Life. But this time, it's in continuous space.

View on GitHubHQ version