Search found 4 matches
- Wed Mar 21, 2018 5:47 pm
- Forum: Libraries and Tools
- Topic: Free Music / SFX Resource for Your Games - Over 2500 Tracks
- Replies: 417
- Views: 2298327
Re: Free Music Resource for Your Games
You don't sleep, do you?
- Sun Mar 11, 2018 8:12 pm
- Forum: Libraries and Tools
- Topic: Makefile for code obfuscation and creating .love file
- Replies: 5
- Views: 4875
Re: Makefile for code obfuscation and creating .love file
Obfuscating your code is a silly sentiment. What do you have in there that warrants doing it? Military secret algorithm? Please. Don't you mock my military secrets! ;) I wrote it in Node because I'm used to using it and had nothing better to do with my 4th day of dealing with insomnia. I thought it...
- Sun Mar 11, 2018 7:45 pm
- Forum: Libraries and Tools
- Topic: Makefile for code obfuscation and creating .love file
- Replies: 5
- Views: 4875
Re: Makefile for code obfuscation and creating .love file
Thanks for the notes! I hadn't done a whole lot of research on it, but either way I figured someone might find the script useful. Is there any other obfuscation methods that aren't reversible? I figure there are people that'd like to keep their code private without compiling an app... If that even d...
- Sun Mar 11, 2018 7:03 pm
- Forum: Libraries and Tools
- Topic: Makefile for code obfuscation and creating .love file
- Replies: 5
- Views: 4875
Makefile for code obfuscation and creating .love file
I created a NodeJS script to make life a little easier. It supports two arguments one for backing up (-b) your files before processing and another to obfuscate (-o) your code before converting your game into a SuperGame.love file. Currently, it's written for Mac, but it could easily be adapted to Wi...