
A quick look at what you'll learn in this crash course.
Running your code in the Solar2D simulator is easy -- this video shows exactly what to do.
Note! At the time of this recording the simulator is still referred to by its old name "Corona Simulator" but at some point in the near future that should change to Solar2D simulator. The name will change, but the process you'll use will be the same.
Lua is the language used with Solar2D and if you're new to Lua, here's how you can get a quick refresher on the language.
This shows how easy it is to get a graphic up on the screen with Solar2D.
NOTE!!!
Since the course was created, Solar2D changed the way the framework acts.
At about the 3:00 mark in this video when I create the background image it centers itself automatically. With the recent changes, you now have to do that manually.
Change the line of code (line 21) to this:
local bg = display.newImage("background.png")
And then add these two lines right under it:
bg.x = centerX
bg.y = centerY
Basically after it's created you'll need to change the x and y properties of the background display object to move it to the center of the screen.
Touch events are the back-bone of touch-based apps. This lesson takes a quick look at touches in Solar2D.
Adding simple sound effects to your game is easy with Solar2D.
Images are display objects in Solar2D, and so is text. See how to use text objects to make titles, instructions, etc.
This Crash Course is just a beginning -- if you want to dive into game development as a hobby or as a way to make a living, here's a look at resources that can help you do that.
Use this link to see the full Solar2D game development course I offer:
https://www.udemy.com/course/beginning-mobile-game-development/
If you're interested in 2D mobile game development you need to discover the Solar2D framework -- because it's freaking awesome!
In this online game development crash course for beginners we’re going to dive in and create a simple game. Along the way you'll magically learn how to use the core concepts of Solar2D...
Animation
Tap and Touch Events
Playing Audio
So put the dog outside, send your kids to the neighbor's to play, tell your spouse you need some "me time" -- and then dive into this crash course and find out just how easy...
...and how much FUN making your own game can be!