Game Engine with its own IDE and scripting language

Game Engine with its own IDE and scripting language

3 pointsby am-gm0 comments

Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • Remember to use double enter

    for a new paragraph and two spaces for code

      foreach item in ['a', 'b', 'c'] : counter c {
        println(c + ": " + item)
      }
      // Output:
      // 0: a
      // 1: b
      // 2: c
  • Thanks, i can't edit this anymore but for next time I'll remember that
Game Engine with its own IDE and scripting language · Birbla