I'm creating a series of tutorials featuring how to use ENIGMA to create games and apps.
How to create a Breakout game is the first one I will tackle. Part 1 shows using a preferred graphic editor to create the sprites. A brick, ball, bat and wall sprite are needed.
You can see the video
here .
Part 2 will show how to setup the objects, playfield and overall layout of our room to get our game going. Some minor coding to move our bat will also be shown. See the video
here.
Part 3 shows coding for our ball to move, A new object is created named 'controller' to do control all other aspects. Like scoring, a lives system, a GUI to show our score and lives and practically everything else to make our game flow as smooth as possible. Improvements are also done to all other objects to make game-play more interesting. See the video
here.
At the time writing this I am editing Part 4. I will upload it as soon as i finish
If you like this video series and perhaps want more or request a particular tutorial, drop a line in the comments or contact me here
As always your criticisms are welcome.