Recent Tweets
KilledByAPixel RT @fort_nft: The @NFTMuseumSC & @fort_nft present Brutal Nature A collaborative @fx_hash_ drop @KilledByAPixel x @DehiscenceArt "Bruta…KilledByAPixel RT @Mint256ART: Release countdown: 8 days Rad Impressions #0 by @KilledByAPixel https://t.co/HWaVodiI3UKilledByAPixel Trying out my new @js13kGames shirt with my cat 🐈⬛ also there is a Space Huggers sticker, thank you!🚀 https://t.co/86FzSOaw2UKilledByAPixel’s GitHub
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.18.23
- KilledByAPixel starred qarmin/czkawka - 02.18.23
- KilledByAPixel pushed to master in KilledByAPixel/TinyCode - 02.15.23
Tag Cloud
- candy
- code
- codepen
- devlog
- dwitter
- experimental gameplay
- faster blaster
- fractal
- frank engine
- fxhash
- game
- game dev
- game engine
- Game Jam
- gamejam
- generative
- GIF
- github
- guitar
- illusion
- indie speed run
- infinite
- javascript
- js13k
- littlejs
- ludum dare
- MAGFest
- music
- Panel
- pick
- piroot
- pixel
- Postmortem
- puzzle
- rapid prototype
- recursive
- screensaver
- sifteo
- slime mold
- subgenius
- tinycode
- UE4
- wallpaper
- words
- zzfx
-
Tag Archives: tinycode
Major ZzFX Update
New ZzFX Features 19 parameters (over twice as many) 7 Presets for easier sound effect creation Improved web browser compatibility Streamlined user interface and workflow Cleaner and simpler code The fully minified version is under 1 kilobyte. So much more! … Continue reading
Tiny Coding: Making Big Games With Little Code
Posted in Game Dev, JavaScript, Projects
Tagged dwitter, javascript, MAGFest, tinycode
Leave a comment
How to make a 3D game in only 2KB of JavaScript
Months ago, when I heard that the legendary JS1k game jam would not be continuing, I talked it over with some other devs and decided to help fill the void we would host a 2k game jam on itch called … Continue reading
Hue Jumper – A 2 Kilobyte 3D racing game in JavaScript
For 2kPlus jam I made a 3D racing game that fits in 2 kilobyte zip! It includes physics, controls, rendering engine, and procedural level generator. The code is extremely dense and clean as I went through many iterations to fit … Continue reading
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 … Continue reading
ZzFX – Zuper Zmall Zeeded Zound Zynth
Major update to ZzFX, my JavaScript sound effect generator! The browser is greatly improved with many more options. You can even download wave files! The micro version is still under 500 bytes. Live Demo: zzfx.3d2k.com GitHub: github.com/KilledByAPixel/ZzFX Here’s the latest … Continue reading
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