Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/killedbyapixel/tinycode

Some of my best size coding releases
https://github.com/killedbyapixel/tinycode

demo game ja javascript js1k js1k-entries tinycode

Last synced: 5 days ago
JSON representation

Some of my best size coding releases

Awesome Lists containing this project

README

        

Please enjoy this collection of the best tiny JavaScript/HTML programs I have made.

# 128 Byte Demos

## [💔 Heart Attack 128](https://killedbyapixel.github.io/TinyCode/128B/HeartAttack128) - Crazy Small Visual Demo

# 256 Byte Demos

These tiny demos all fit in self contained 256 byte HTML files.

## [đŸ“ŧ Bitwise Liminal](https://killedbyapixel.github.io/TinyCode/256B/BitwiseLiminal) - A Short Film of CCTV Footage
![LittleJS Screenshot](256B/BitwiseLiminal/screenshot.gif)
## [🏃 Micro Marathon](https://killedbyapixel.github.io/TinyCode/256B/MicroMarathon) - Animated People Running
## [🌆 City in a Bottle](https://killedbyapixel.github.io/TinyCode/256B/CityInABottle) - Tiny Raycasted City with Shadows
- [Technical Writeup for City in a Bottle - A 256 Byte Raycasting System](https://frankforce.com/city-in-a-bottle-a-256-byte-raycasting-system/)
- [Also available as a 256 byte Shadertoy](https://www.shadertoy.com/view/7dccRj)

![LittleJS Screenshot](256B/CityInABottle/screenshot.gif)
## [🩸 Bloodstream](https://killedbyapixel.github.io/TinyCode/256B/Bloodstream) - 3D Blood Cells Tunnel
## [🖋ī¸ Doodle Structures](https://killedbyapixel.github.io/TinyCode/256B/DoodleStructures) - Continuous Doodling
## [â›Ŋ Gas Rainbow](https://killedbyapixel.github.io/TinyCode/256B/GasRainbow) - Colorful Motion Effects
## [🎆 Fireworks](https://killedbyapixel.github.io/TinyCode/256B/Fireworks) - A Fireworks Display

# 256 Byte Games

## [❤ī¸ Cross My Heart](https://killedbyapixel.github.io/TinyCode/games/CrossMyHeart) - Frogger Game
## [⚾ BitBall](https://killedbyapixel.github.io/TinyCode/games/BitBall) - Baseball Batting Practice
## [đŸē Wolf 256](https://killedbyapixel.github.io/TinyCode/games/Wolf256) - Interactive 3D Maze Explorer
## [💗 My Heart Jumped](https://killedbyapixel.github.io/TinyCode/games/MyHeartJumped) - Platforming Game
## [đŸ’Ŗ Minesweeper](https://killedbyapixel.github.io/TinyCode/games/Minisweeper) - Minesweeper Game

# 512 Byte Demos

## [⛰ī¸đŸƒ Mountain Run](https://killedbyapixel.github.io/TinyCode/512B/MountainRun) - Parallax Landscape with Running

# 1 Kilobyte Demos

Some of these use the [JS1k](https://js1k.com) rules, so a small shim may not be included in the size.

## [❤ī¸đŸŽģ🐛 Heartstring Debuger](https://killedbyapixel.github.io/TinyCode/1K/HeartstringDebugger) - Music Synth and Visuals
## [đŸĻ‹đŸŒŒ Batafuraiko](https://killedbyapixel.github.io/TinyCode/1K/Batafuraiko) - Retro Style Shoot-em-up
## [🎹 1Keys](https://killedbyapixel.github.io/1Keys) - Tiny 3 Instrument Piano
- [Technical Writeup for 1Keys Piano](https://frankforce.com/1keys-how-i-made-a-keyboard-in-only-1kb-of-javascript/)

## [🍀âšĢ Lu1ky Pinball](https://killedbyapixel.github.io/TinyCode/1K/Lu1kyPinball) - A Tiny Pinball Physics Game
- [Technical Writeup for Luc1ky Pinball Game](https://frankforce.com/lu1ky-pinball-code-deep-dive/)

## [đŸŽģ U1KE](https://killedbyapixel.github.io/TinyCode/1K/U1KE) - A Playable Ukulele Simulation
## [â˜ģ Digilemma](https://killedbyapixel.github.io/TinyCode/1K/Digilemma) - A Digital Dilemma of Devious Difficulty
## [♛ Queen's Gambit](https://killedbyapixel.github.io/TinyCode/1K/QueensGambit) - Mashup of Robotron and Chess
## [🎴 FreeCell 1k](https://killedbyapixel.github.io/TinyCode/1K/FreeCell1k) - FreeCell Solitaire
## [🚀 Min Bytes](https://killedbyapixel.github.io/TinyCode/1K/MinBytes) - Bytebeat Album With 8 Tracks
## [⛈ī¸ Lightning Storm](https://killedbyapixel.github.io/TinyCode/1K/LightningStorm) - Storm Simulation with Rain, Lightning, and Sound
## [🔊 ZzFX](https://killedbyapixel.github.io/TinyCode/1K/ZzFX) - A Tiny JavaScript Sound FX System

# 2 Kilobyte Demos

## [🌲 Hue Jumper](https://killedbyapixel.github.io/HueJumper2k/) - 3D Racing Game with Generated Levels
- [Technical Writeup for Hue Jumper 2K racing game](https://frankforce.com/how-i-made-a-3d-game-in-only-2k-of-javascript/)

# Disectng a Dweet

A series of deep dives into how some of my Dwitter programs work.

- [Dissecting A Dweet #1: Spiral JavaScript Quine](https://frankforce.com/disceting-a-dweet-spiral-quine/)
- [Dissecting A Dweet #2: Spirograph Design Generator](https://frankforce.com/dissecting-a-dweet-spirograph-design-generator/)
- [Dissecting A Dweet #3: Mini Black Hole](https://frankforce.com/dissecting-a-dweet-black-hole/)
- [Dissecting A Dweet #4: Ring Weave](https://frankforce.com/dissecting-a-dweet-ring-weave/)
- [Dissecting A Dweet #5: Strange Attractor](https://frankforce.com/dissecting-a-dweet-lorenz-attractor/)
- [Dissecting A Dweet #6: Breaking Broke](https://frankforce.com/dissecting-a-dweet-breaking-broke/)
- [Dissecting A Dweet #7: Parallax Mountains](https://frankforce.com/dissecting-a-dweet-parallax-mountains/)
- [Dissecting A Dweet #8: Shattered Tunnel](https://frankforce.com/dissecting-a-dweet-8-shattered-tunnel/)
- [Dissecting A Dweet #9: City Sunset](https://frankforce.com/dissecting-a-dweet-9-city-sunset/)

# And more...

## [💾 JavaScript Haikus](https://youtu.be/HV7Dmo277Rs?si=BosCO8THeLqZpgKt) - My 20 Minute JS Size Coding Talk
## [👾 My Dwitter Programs](https://dweetview.3d2k.com/?user=KilledByAPixel&awesome=1) - 140 Character JavaScript Programs
## [🕹ī¸ My Games on Newgrounds](https://killedbyapixel.newgrounds.com/) - Play in Browser or on Mobile Devices
## [✌ī¸đŸ˜„ My Dev Blog](https://frankforce.com/) - More Writeups and Cool Stuff