Tag: dwitter
-
Dissecting A Dweet #9: City Sunset
Hello, tiny coders, I’m back with another dwitter dissection! Today we will explore the JavaScript code that produces this beautiful procedurally generated cityscape. for(z=k=2e3;k--;x.fillRect(i*9+S(z*t)*z|0,j*9+t*420,t?9:z,9))i=k%9,j=k/9|0,x.fillStyle=R(q=t?i*j%2*400*S(k*k*t):k/3+C(k*k)*39,q-99,t?q-k:99) Continue reading on for a full explanation of how it was made!
-
OS13k Submitted to JS13k
Play The Official JS13k Entry OS13k on GitHub Features 3 Games! JS13k Trophy System ZzFXM Music Player ZzFX Sounds Piano & Visualizer Custom User Programs & Dweets More apps and bonus features Results 32 place overall out of 227 entries 9th place in Innovation
-
Dissecting A Dweet #8: Shattered Tunnel
Howdy, folks! Today we will be looking at the JavaScript code behind this amazing 3D tunnel effect. This code has an interesting lineage so we’ll also talk about some of the history behind it. for(c.width|=k=i=960;z=--i;x.fillStyle=`hsl(0 99%${i/9}%`)x.fillRect(k-z*C(j=i/k+t/4)+S(m=k*j)*(r=1e5/z),540+C(m)*r-z*S(j),s=3e4/z*S(j*9),s) Continue reading on for a full explanation of how it works!
-
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 reading on for a full explanation of how it works!
-
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 for making text spiral. This effect can even be animated with just a bit more…
Recent Posts
- Astronomic Comics in Austin People’s Gallery
- Dr1v3n Wild – Arcade Driving in 13 Kilobytes
- Crafting a 13KB Game: The Story of Space Huggers
- JavaScript Haikus – My Live Talk for Nerd Nite
- LittleJS Game Jam and New Logo
Tags
art code codepen comics demoscene devlog dwitter experimental gameplay faster blaster fractal frank engine fxhash game game dev game engine gamejam Game Jam generative GIF github indie speed run infinite interview javascript js1k js13k littlejs ludum dare MAGFest music Panel piroot pixel Postmortem puzzle rapid prototype recursive screensaver secret formula sifteo tinycode UE4 wallpaper words zzfx
Comments
[…] City In A Bottle – A 256 Byte Raycasting System – Hello size coding fans. Today, I have something…
[…] City in a Bottle. Via multiple places. […]