itch.io is community of indie game creators and players

Devlogs

simple commands

jaden programming
A downloadable game

How to create a function:

def my_function():

How to call a function:

my_function()

How to create a cube or any other shape:

cmds.polyCube()

How to create a Loop:

for x in range()

Leave a comment