top of page
Matryoshka Tower Defense (Work in Progress)
-
Tower defense
-
Mobile game
-
Lua
-
Corona Labs SDK
Summary
Matryoshka Defense is a Russian-themed tower defense game that I made for mobile (but is also playable on PC). The mechanics are similar to that of Bloons Tower Defense in that enemies have multiple lives and when they're hit, they change form. The enemies are Russian Matryoshka dolls that get smaller each time they're hit. There are currently only 2 levels and 2 different "towers" implemented in the game.
Goals
-
Flex my Lua and coding skills by creating an original game, using only Sublime and Corona Labs which has no GUI
-
Demonstrate good coding practices in terms of efficiency and organization
-
Code the game in such a way that new levels, towers, and other features could be added easily
-
Make the game values easily modifiable (no hard-coding)
My Code (This is the Whole Game)
bottom of page