xem / ama

Ask me anything!
5 stars 0 forks source link

Resources to get started with Code Golfing? #19

Closed terkelg closed 6 years ago

terkelg commented 6 years ago

Can you recommend some good resources for getting started with code golfing?

xem commented 6 years ago

Sure !

First, you're invited to join our slack group, where we talk and practise JS code golfing almost everyday, and beginners are welcome too: http://register.jsgolf.club

You can also read our websites:

These JS golfing compos are fun to follow too: http://js1k.com/ http://js13kgames.com/ (+ its resource page: http://js13kgames.github.io/resources/) https://codegolf.stackexchange.com/ (not only JS)

I can also recommend you this list of all our golfed projects since ~2012: https://gist.github.com/xem/206db44adbdd09bac424

And this list of JS golfing tricks: https://github.com/jed/140bytes/wiki/Byte-saving-techniques

Finally, you can learn a lot by reading the detailed source code of golfed projects, like:

Cheers

terkelg commented 6 years ago

Thanks for the amazing and comprehensive answer