Blog

  • PYTHON: a tool to convert AI files to PNG

    I wrote this Python script to convert all .ai (Adobe Illustrator) files in a folder to .png.I needed this because a client sent me hundreds…

  • LEVEL DESIGN: how to work with Modules

    In this article, I will talk about my previous experience with Modularity in Level Design. What is Modular Level Design? Modules, in Level Design, are…

  • PYTHON: a tool to resize game texture files

    While working with my current employer (Webcore Games), I saw the need to create a tool that optimizes and fixes inadequate game texture files to…

  • FLUTTER :solving generateLockfiles’ error

    Error The supplied phased action failed with an exception. Could not create task ‘:generateLockfiles’. Process ‘command ‘/Users/your-user-name/Flutter/project/android/gradlew” finished with non-zero exit value 1 Solution /…