Recent Tweets
KilledByAPixel #PortfolioDay Last year I made over 200 dweets! Here are 4 of my favorite non-animated ones. Check them out on The… https://t.co/o6MemJoPqjKilledByAPixel @MKSchmidt30 Thank you, I have many ideas for improvements! It does take some work and a good eye to get decent res… https://t.co/meCZTKm2E6KilledByAPixel @hmans Wow, those look amazing, it's gradually becoming a full meal. I ordered some Lao Gan Ma sauce, will be here soon.KilledByAPixel Trying out some new ideas with ZzArt to generate better generative abstracts. These 4 pieces are just a few steps a… https://t.co/iXQZdApggOKilledByAPixel @ThigyDaze @digger_c64 I have heard about these things, its an interesting idea, thanks for the recommendation!KilledByAPixel’s GitHub
- KilledByAPixel commented on pull request KilledByAPixel/JSONCrush#13 - 01.09.21
- KilledByAPixel commented on issue KilledByAPixel/JSONCrush#12 - 01.08.21
- KilledByAPixel commented on issue KilledByAPixel/JSONCrush#7 - 01.08.21
- KilledByAPixel starred oli799/reddit-post-updater - 01.03.21
- KilledByAPixel released Tiny Ski! at KilledByAPixel/TinySki - 01.02.21
Tag Cloud
- candy
- code
- devlog
- dwitter
- experimental gameplay
- faster blaster
- fractal
- frank engine
- free
- game
- game dev
- game engine
- Game Jam
- gamejam
- generative
- GIF
- github
- guitar
- illusion
- indie speed run
- infinite
- introduction
- invention
- javascript
- js13k
- ludum dare
- MAGFest
- Panel
- pick
- piroot
- pixel
- Postmortem
- puzzle
- rapid prototype
- recursive
- safety pick
- screensaver
- sifteo
- slime mold
- subgenius
- tinycode
- UE4
- wallpaper
- words
- zzfx
Tag Archives: tinycode
Dissecting A Dweet #7: Parallax Mountains
Today we will dissect the tiny JavaScript code that draws a parallax background with mountains and sky. This simple code can be used as a base to create different types of background scenes for your game or website. for(w=i=99;i–;)for(j=0;j<9;x.fillRect(i*20,j++?w*j+w+w*C(q/9)/j+59*C(q/3.9)/j:0,20,3e3))q=(j*w+i+t*j**3),x.fillStyle=R(9+j*40%w,j*20,w-j*9) Continue … Continue reading
Dissecting A Dweet #6: Breaking Broke
Today we will examine the JavaScript code to make this awesome shatter effect. The concepts demonstrated by this dweet can be used for making a variety of cool effects. In one of my previous posts I showed a similar technique … Continue reading
Dissecting A Dweet #5: Strange Attractor
Hello everyone, today we will be looking into the JavaScript code that generates this cool looking visualization of a Lorenz system. It is based on a set of simple equations that produces incredible fractal spirals first discovered by Edward Lorenz … Continue reading
Dissecting A Dweet #4: Ring Weave
The dweet we will be looking at today may be the simplest one so far, but it’s every bit as mesmerizing and uses a neat trick to plot polar coordinates. There is plenty of room for playing around with the … Continue reading
Dissecting A Dweet #3: Mini Black Hole
Today we will be examining my most popular dweet, a miniature black hole simulation! It’s one of my easiest dweets to explain and the code is fairly straightforward. Read on for a full analysis… for(i=0;i<2e3;x.fillRect(i?960+i*S(F=260*(t+9)/i+S(i*i)):0,i?500+.2*(2*i*C(F)+2e4/i):0,K=i++?S(i)*9:2e3,K))x.fillStyle=R(99*i,2*i,i,i?1:.4)
Dissecting A Dweet #2: Spirograph Design Generator
Today we will be examining this crazy small JavaScript program that generates an array of endless random spirograph designs. Read on for a full explanation of how it works. for(i=144;q=(8+t>>3)*i–;x.fillRect(i%16*120+T(S),(i>>4)*120+T(C),2,2))t%24<1?c.width|=r=n=>S(q**n)*9|0:T=f=>5*r(4)*f(r(3)*t)+9*f(r(2)*t)+60
Dissecting A Dweet #1: Spiral JavaScript Quine
This is the first in a series of posts where I will analyze a dweet’s code, explain how it works, and why it was done that way. A dweet is a 140 character JavaScript program published on Dwitter. The goal … Continue reading
MinBytes – A Minimal Bytebeat Album in 1024 Bytes
This is a full album with 9 tracks and visualizer in 1k of JavaScript! Each song is created by a tiny function. For example, the first song on the album uses the simple function (t&t>>8). It is amazing the complexity … Continue reading
I made 7 1k JavaScript demos in 2 weeks for JS1k!
For the past month I have been doing a deep dive into making tiny JavaScript programs. It started when I learned the JS1k (JavasScript 1 kilobyte) competition was underway, with the deadline rapidly approaching. I had programmed only a small … Continue reading
I’m only making business card sized games now
Over the years I’ve worked on many games, some big, some small. I’ve found that the smaller the game, the more fun I seem to have making it. So I set out to make the smallest game I possibly could, … Continue reading