Draw a square in either classic or object oriented ways:
forward 10
right 10
back 10
left 10
or:
4.times:
forward 10
turn_right()
Interested to see how it looks like? Just look at the images in the github page:
https://github.com/dsrw/enu
Want to try it out? Download a build...
I have already posted that I'm playing around with Godot and there has been some effort (by @KidPaddle ) to try and get Godot running on Pyra
This is just really to gauge interest more than anything atm, but would anyone be up for Pyra Panic! I already have a tiny bit of progress in converting...
Hi folks,
Just wondering if anyone has had any luck running Godot on a Pyra at this stage?
I've been playing about with it and have one practice game complete and another ongoing and it would be nice to eventually see it running on a Pyra! :)