As always, there is no shortage of things to learn about Mini Micro.
Thanks for the suggestion! I am planning on writing shorter "recipes" tutorials for Mini Micro and one will be "moving things around", so this will come in handy.
I'm glad you liked the tutorial.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I love it! This is a great tutorial. It shows a lot of key concepts central to almost any game.
One suggestion: rather than explicitly checking for the arrow keys, you might use
key.axis
, like so:It's not only less code, but also lets the user use WASD or a gamepad if they so choose.
But in any case, it's a fantastic post and I hope you'll do more!
As always, there is no shortage of things to learn about Mini Micro.
Thanks for the suggestion! I am planning on writing shorter "recipes" tutorials for Mini Micro and one will be "moving things around", so this will come in handy.
I'm glad you liked the tutorial.