Hi Guys.
Ive been playing around with something I found from MancJS' github.
Basically its code golf e.g lowest number of chars wins.
http://www.hazy.xyz:1127 is the url for one Im currently hosting.
You play by uploading a file (enter as many times as you want it will just update your total.) with a function named play and return what its expecting.
e.g if the challenge was add world onto the input argument then all the file would need to contain is
function play(s){return s+'world'}
Anyone interested in playing?
Ive been playing around with something I found from MancJS' github.
Basically its code golf e.g lowest number of chars wins.
http://www.hazy.xyz:1127 is the url for one Im currently hosting.
You play by uploading a file (enter as many times as you want it will just update your total.) with a function named play and return what its expecting.
e.g if the challenge was add world onto the input argument then all the file would need to contain is
function play(s){return s+'world'}
Anyone interested in playing?