I started my game submission at 4:50 but I guess by the time I messed with text and artwork, I timed out. Can I still be entered in the Jam?
sporkfin
Creator of
Recent community posts
@ Dev-Ze.rocks Thanks! The original controls in Gesture were slide based so I kept them slide based when I replaced gesture. Now that I'm no longer under time constraints (and after some play testing with my kid's and their parents) I decided to add tap controls as well. It seems that tapping is more intuitive for many people.
Gesture is pretty cool but it is taxing on the cpu, much like my shading engine. I figured a few things out with Gesture so if you have any questions when you use it, I'll help the best I can.
Since the jam is limited to 4 hours, I thought it would be good to showcase the boosts in speed and efficiency that Corona Marketplace plugins can lend to a project.
Thus, I spent my first hour loading in plugins, libraries, and assets and coaxing them to play nice together (45 minutes of loading / 1 hour coding)
Plugins
Dynamic Shader, Terrain, SSK Pro, Gesture, TweenTrain, EasySound, EasyToast
Libraries (My libraries)
momath, sound(2D sound), groups, text, movement (applying force to physics objects, distance and angle measures, a bunch of trig)
Assets (from the Marketplace)
Explosion Animation Library, Textures and sounds from the marketplace
Art
My own art libraries with additional normal map files for the Dynamic Shader
Images below
1. First hour of coding - a whole mess of plugins "working" together rather randomly
2. I picked my variation of the Virtue theme - "Cleanliness is a Virtue" and refined the look of the game
3. I tried to integrate two new features (unpublished) of the Dynamic Shader. Beam lighting and vignette shadows for the landscape.
4. a. Beam lighting = failure but Vignette lighting = success.
b. Started integration with Gesture plugin for object control (gesture plugin plus my movement library will drive physics motion)
c. Tried to integrate SSK camera features (used many times before) however I've got a glitch in my code or logic somewhere that is
making the camera crash. I'll give it another 10 minutes of coding but then I'll have to drop it.
2 hours of coding left but many hours of planning an testing await.
- Jonathan