Skip to content

Instantly share code, notes, and snippets.

@vamshisuram
Forked from xem/codegolf.md
Created March 28, 2017 05:54
Show Gist options
  • Save vamshisuram/6a0dfb6a06074d5d5c96c487ec5b016d to your computer and use it in GitHub Desktop.
Save vamshisuram/6a0dfb6a06074d5d5c96c487ec5b016d to your computer and use it in GitHub Desktop.
JS code golfing

codegolf JS

Mini projects by xem, subzey, aemkei, p01, bburky, rlauck, cmoreau, veu, maettig, thiemowmde, ilesinge, adlq, solinca, ...

https://github.com/codegolf/Runalakon (ASCII run game, WIP)

https://github.com/xem/miniGameOfBraille (a game of live in braille in less than 400b)

https://github.com/codegolf/miniFlappyBraille (a Flappy Bird clone in less than 256b)

https://github.com/codegolf/pac-man (a PAC-MAN clone in less than 350b)

http://xem.github.io/miniJSperf/ (a JSperf clone in less than 300b)

https://github.com/xem/minicountdown (a countdown app in less than 256b)

https://github.com/xem/in-n-out (a sort of html editor in less than 256b)

https://github.com/xem/minipoptiles (a pop tiles clone in less than 350b)

http://xem.github.io/minisimon/ (a simon game with sound in 511+ bytes)

http://xem.github.io/CSSprite/ (a CSS sprite generator in 567 bytes)

https://github.com/xem/miniGameOfLife (A Game of Life implementation in 238 bytes)

https://github.com/xem/sheet (a spreadsheet app in 221 bytes)

https://gist.github.com/addyosmani/d1f3ca715ac902788c2d#comment-1234484 (offline text editor in 83+ bytes)

http://jsbin.com/flap/1/edit (a flappy bird clone in 411bytes)

https://rawgit.com/veu/603535c10c8516de15cb/raw/4398ed74f2d24fff4648bbb2363526627b4cbd7c/MMXLVIII.html (a 2048 clone in 491 bytes)

https://rawgit.com/p01/atree/patch-1/tinytree.html (a christmas tree in 137 bytes)

https://github.com/xem/hex (hexadecimal viewer and editor in 243+ bytes)

https://github.com/xem/miniURI (file-to-dataURI converter in 99 bytes)

https://github.com/xem/miniCodeEditor (HTML/CSS/JS editor in 161+ bytes)

https://github.com/xem/braille-art (drawing with braille on Twitter in less than 1k)

https://github.com/xem/chip8 (chip8 emulator in 1k)

https://github.com/xem/miniMinifier (HTML/CSS/JS minifiers in 128+ bytes)

https://github.com/xem/paste (A paste app in 140 bytes)

https://github.com/xem/MiniSweeper (A minesweeper game in 480 bytes)

https://github.com/xem/prettycode (a code-golfed code formatter in 166 bytes)

JS1k submissions

JS1K 2015 demo by p01:
http://js1k.com/2015-hypetrain/demo/2364

JS1K demo by aemkei:
http://js1k.com/2015-hypetrain/demo/2135

JS1K 2015 demos by xem:
http://js1k.com/2015-hypetrain/demo/2160
http://js1k.com/2015-hypetrain/demo/2316

JS1K 2015 demo by Subzey:
http://js1k.com/2015-hypetrain/demo/2217

JS1K 2015 demos by all the team:
http://js1k.com/2015-hypetrain/demo/2121
http://js1k.com/2015-hypetrain/demo/2100
http://js1k.com/2015-hypetrain/demo/2145

JS1k 2014 demo by xem
http://js1k.com/2014-dragons/demo/1704

JS1k 2014 demo by xem and subzey
http://js1k.com/2014-dragons/demo/1933

More info

http://www.p01.org/ (p01's website)

http://aem1k.com/ (aemkei's website)

http://xem.github.io (xem's website)

http://js1k.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment