Godzilla Blitz

Members
  • Content count

    24
  • Joined

  • Last visited

Everything posted by Godzilla Blitz

  1. [Dev Log] - CloudWalker

    First time to try to build something non-tutorial for me. Ugliness is expected. My basic goal is to create an unoriginal yet functional 2D game foundation in Unity, building the art and coding on my own. (I'll grab open resources for sounds and music.) I'm hoping this will match fairly well with my limited Unity and Aseprite skills, which mainly consist of some simple 2D tutorials and whatnot that I've worked through in the past month or so. The tutorials have been great, but it's a lot of hand-holding. I think my next step is to just make something functional on my own without following along and doing what I'm watching someone else do. Working Title: CloudWalker I was poking about the podcast titles looking for a theme and saw one called "Living in the Cloud." Boom! Perfect. I'm going with a game called CloudWalker, which will be a 2D Puzzle/Platformer set on clouds. The goal of each level will be to go higher and reach some sort of objective. (If I can weave a story into this somehow it'd be better, but that's a fill in the blank for now.) For a mechanic twist, I want to see if I can play with the idea of what it would be like to have clouds for ground. So maybe standing on a cloud square for x seconds causes the cloud to vanish. Or moving off of a cloud square does the same. And perhaps jumping on a cloud square causes that one to vanish and the two next to it to rise up. I think this will be a good stretch for my very basic Unity/C# skills. I'd like to work in elements to increase the players ability to climb higher (jumping force, the ability to freeze a cloud square to prevent it from vanishing, and perhaps some sort of ladder type tool). I'd also like to work in random elements to remove clouds (lightning, rain, wind). WizardJam 7 Goals Get the player-ground mechanic working with at least 3 player-induced changes: standing, leaving, jumping Incorporate 3 player skill ups Incorporate 1+ ground shifting mechanics due to weather: wind, rain, and/or lightning. Create the player sprite, cloud sprites, and other needed sprites (power ups, weather mechanics, etc.) Build 12 levels of the game Add background music, background art, and sounds Get the whole thing working
  2. [Dev Log] - CloudWalker

    June 15 Update Good to get back to this tonight. I got a bit more done. Objective: Player dies when he falls off the clouds. (complete) Pretty easy, but I still needed to refer to a tutorial to get it right. Objective: A cloud section vanishes when the player moves off of it. (complete) This took me a while to get because I had to figure it out on my own. Super rewarding to get it working! I'm not sure if I'll end up using it in the final game, but I want to playtest the idea anyway. I got stuck in two places. First, I wasn't sure how to structure this in Unity. I ended up putting box collider triggers on the cloud sections, and used OnTriggerExit2D on a script on the cloud sections. I got close quickly, but it took me another 45 minutes to get it working because there are a lot of OnSomethingSomething variations, and apparently the 2D distinction is super important. Who knew. Next up, I think I'm going to try to get the other cloud vanishing mechanics in the game: standing too long on a particular section, and jumping onto a section (jumping will also have a chance to add a section above and to either side of the player). I have ideas now on how I can do these, but it's shaky ground.
  3. [Dev Log] - CloudWalker

    Thanks, phill! I think he'll look less naked on the legs when I add a background, but I'm happy with him. And yeah, I'm liking Aseprite quite a bit. I'm just figuring out many of the features, but it's intuitive and logical.
  4. [Dev Log] - CloudWalker

    June 14 Update Bad news good news. Bad news is I got sidetracked by an endless day at real work. It's midnight here and I'm just finishing up. So no progress today. Good news is a four-day super busy trip scheduled for June 21-24 got canceled, so I should have a large chunk of time to work on this the last few days of the jam. Booya. Back at it tomorrow.
  5. [Released] Stream Frasier Online Free

    Thanks, that's helpful. I've added that to my list of things to learn for Unity. I'm glad to hear it seems to be working as intended. It looks really good.
  6. [Released] Stream Frasier Online Free

    Looking good! Fungus looks like a great tool. I'd be curious to hear more impressions on it. Are you using it with Unity 2018.1?
  7. [RELEASED] The Octopus Affair

    Really fun to watch this project grow. Amazing stuff!
  8. [Dev Log] - CloudWalker

    June 13 Update Objective: Player Running Animation (complete) I'd only used two-frame sprite animations that were provided in the Unity tutorials I've done so far, so for this I wanted to see if I could create an 8-frame running animation in Aseprite, then import into Unity and get it to work correctly with player movement. The animations took longer to draw than I thought they would, and I think they could still be a lot better. The back leg in particular looks a bit goofy to me. But I'm happy that it somewhat looks like a person running. Importing them into Unity and getting them to match up correctly with movement went smoothly with the help of some handy dandy tutorials from a Udemy course I have. I only had one hitch, where I accidentally created an extra animation transition that I didn't notice. That caused nothing to work and led to a few minutes of trouble-shooting. Objective: Player Jumping Animation (complete) I was thinking I'd need to create a separate jumping animation drawing, but one of the running frames seems to work nicely for the jumping too, so I just stuck that in and went with that. With the glitches fixed and the animation in, I think I can call movement done and move on to the next task. Up next: Not sure... Maybe... Player can "win" a level by reaching an exit point. Or... Start working on getting the clouds to disappear with various player actions. I have little clue how to do this yet.
  9. [RELEASED] The Convergence Compulsion

    This is looking quite impressive. You've come a long way already. I'm looking forward to following along more.
  10. [Dev Log] - CloudWalker

    Thanks! I know it's incredibly unoriginal, but I've got to start somewhere.
  11. [Released] Welltris and Wetrix (and Wordtris)

    Very cool. Is there a difference between how you animate something in the UI Canvas and how you animate something in a scene?
  12. [Released] Welltris and Wetrix (and Wordtris)

    Looking good! Are you using a game engine?
  13. [Dev Log] - CloudWalker

    June 12 Update Game has been upgraded to "man-like thing walking and jumping on cloud-like thing. kind of" Few kinks to work out... Edit: Okay, I got the sticking to the sides of the clouds thing worked out by adding a material to the cloud, and I got the guy to stop being able to jump again repeatedly while being in the air. Next up tomorrow: Animation for the character: Running, Jumping, and maybe an Idle animation. Fun with Aesprite!
  14. [Dev Log] - CloudWalker

    June 10 & June 11 Update As anticipated, work was super busy these past two days. No progress made on my wizardjam game. My game is still "man-like thing standing on cloud-like thing". The good news is that I'm past the super busy part of work and can get back to work on this tonight. Next goals are player movement.
  15. [Dev Log] Super Mario Mumblecore

    It's probably fair to say that mustaches, teeth cleaning, and new music genres have not been together in a game before now. Really looking forward to seeing how this turns out! Good luck!
  16. [Released] häx_processer

    In addition to everything else, I think this could make for a good program to teach coding. You could go that way if the user had the option of queueing all the moves then executing them all at once.
  17. [Released] Buried Treasure

    Oh, I'm looking forward to following this one! I want to create a geocaching game/puzzle game when I get some better skills, so I'll be curious to see how you approach this. Good luck!
  18. [Dev Log] - CloudWalker

    June 8 Update June 8 -12 are super busy for me with work, so I don't expect to get much done for the first five days. Nevertheless, I spent a bit of time during the day pondering potential story lines for CloudWalker (trying to get home to your home in the sky, famous exiles, etc.), but haven't really arrived at anything yet. Talking with friends only got me to "Luke" for a character name, but I don't want to go in that direction. Objective 1: Bring in clouds and a player into Unity. Get the player standing on the clouds I did have a few minutes to start a new project in Unity and see if I remembered how to create solid ground and get a player character to be standing on the ground. After a few minutes, I realized I was a little foggy on the details, so I gave up. That's the winning attitude. June 9 Update Objective 1: Bring in clouds and a player into Unity. Get the player standing on the clouds (complete!) Still in super busy time with work, but I took a bit of time to see if I could get this first objective done. With a bit of revisiting some tutorials, I got things sorted out, and before I knew it, I had a player-like block standing on some cloud-like blocks. I now have a game where a red block sits on some white blocks. Go me! Objective 2: Create some pixel art for clouds. Create some pixel art for a character (complete) Inspired by my whole standing on clouds achievement, I started working on goal 2, getting some ugly pixel art into the game. After a bit of trial and error with Aseprite, I ended up with some stuff that kind of looks like marshmallows, and a stick-figure type character with arms and legs. Close enough. I had some challenges getting the settings in Unity correct so that the coloring was correct when I imported the art, but a quick YouTube video search cleared up the problem (turn compression to "none"), and I now have a game where a man stands on clouds. Next up is Goal 3: The player can move left and right on the clouds.
  19. [(Somewhat) Released] Build the Nublar Evolved

    I really like the look of the characters and dinosaurs, especially given the theme of the game. They give a playful, light feel to the game, which could make dying and failure more entertaining. Looking forward to following along!
  20. [Dev Log] - CloudWalker

    Thanks for the ideas, Travis! Yes, votes, feedback, anything is welcome. I confess I haven't thought much yet about what wind would do in the game, and what I might be able to even make it do. Maybe shift the clouds relative to the objective, or change the shape of the clouds, or blow objects past the clouds. All of these things might be beyond my skill set at the moment, so it might be something that I don't get around to doing.
  21. WIZARD JAM 7 // Welcome Thread

    All set, thanks much!
  22. WIZARD JAM 7 // Welcome Thread

    Will do! I've requested an invitation. Thanks.
  23. WIZARD JAM 7 // Welcome Thread

    Thanks. Pretty excited about this!
  24. WIZARD JAM 7 // Welcome Thread

    Total newb to Idle Thumbs. This will be my first game jam and the first time I'll try to build a game from scratch. I've built a few things from tutorials in courses I'm taking, but well, this promises to be different. I'm looking forward to seeing what everyone makes and following along. I'll be using Unity.