Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. kirbyhung
    3. Topics
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Topics created by kirbyhung


    • General Discussion • • kirbyhung

      2
      2
      Posts
      3020
      Views

      You may not know much about programming but you seem to have a natural talent for QA.
    • I know nothing about programming...
      General Discussion • • kirbyhung

      5
      5
      Posts
      6811
      Views

      This game is Javascript based. You can use other languages by compiling it to Javascript or better directly to WebAssembly. However be warned, doing so adds a whole step to your tool chain and debugging will be a real pain in the ass... That said, I personally don't think this is a good tool for learning to code. However it is the best place to gradually use the tools you are learning and tinker with them to gain experience. Oh and I strongly advise you to scratch python and directly switch to js. Not because python is bad or anything (it is unrivaled in its use case) but because Javascript has pretty unique quirks that will confuse you if you try to use python logic.