top of page
Python Codes
Python Coding is another type of simple programming. Although it is a higher level of programming, it is very easy to learn, and fun to use.
​
Here are a some codes from a game using python coding.
hero.moveUp(2) - Moves character upwards
hero.moveLeft(1) - Moves character left
hero.moveDown(2) - Moves character down
hero.jumpLeft(1) - Allows character to jump left
hero.moveRight(1) - Move character right
hero.use("artifact") - Allows characters to use object

]
bottom of page


