#minidevlog search results
#MiniDevlog Took a break from #babydinoadventures🦖 development to finish the mobile version of #FlexibleFrosty🐧 (our #GBJAM entry from last Summer) Here is the new title screen🙌 #mobilegame #indiedev #indiegame #pixelart #gamedev #Construct3 #BelgianGamesIndustry
#MiniDevlog Work in progress cave tileset for #babydinoadventures 🦖 overworld map 🦇⛰️ #gamedev #indiedev #IndieGameDev #indiegame #aseprite #pixelart #8bit #ドット絵 #gameart
#MiniDevlog It's probably the most asked feature for now so I'm currently working on Audio settings 🎧 🤘 Oh, and.. Happy Easter everyone!🥚✨ #babydinoadventures 🦖 #indiegame #indiewatch #indiedev #gamedev #IndieWorldOrder #Construct3 #BelgianGamesIndustry #pixelart #Steam
#MiniDevlog 🌧 We updated photo mode! Before our hero was floating above all the chaos it created but now you can get Cloudy right in the action. 📸 Rotate, lower, and raise helps you take the best (and worst) photos. #madewithunity #gamedev #indiedev #IndieDevWorldOrder
#miniDevlog I've been focusing on the network during Dec-Jan. February is all about improving the visuals on the levels overall. #gamedev | #madewithunity | #indiedev
We're still working hard on making our Steam page for Relic Abyss! Here's a work in progress preview of one of the screenshots. There's gonna be a lot of unrevealed stuff we haven't posted yet here. Super excited to show them off! #minidevlog #survivorslike
Spent some time creating new weapon "cards" for Pawn's Path. What do you think? #minidevlog #screenshotsaturday
Decided to name this guy Wrydrick! Trying to take a page off Stan Lee's naming convention but with their classes.🔥⚔️ Fun fact, it's also the name of my game programming professor back in college. I do think it's a pretty cool name though!😆👌 #minidevlog #survivorslike
#MiniDevlog For these wondering how the tileset might look ingame.. Here is the answer.. ^^ Only first two levels of world 3 are ready.. Gonna work on next ones soon😄 #babydinoadventures #gamedev #indiedev #IndieGameDev #indiegame #aseprite #pixelart #8bit #ドット絵 #gameart
#MiniDevlog Work in progress cave tileset for #babydinoadventures 🦖 overworld map 🦇⛰️ #gamedev #indiedev #IndieGameDev #indiegame #aseprite #pixelart #8bit #ドット絵 #gameart
Finally working on a new character this week! Getting tired looking at the Warrior for the past 2 months. 🤣 Time to switch things up! 🏹🎯 #minidevlog #survivorslike
#MiniDevlog It is now possible to destroy crambles using TNT and Nitro crates 💥🍃 #babydinoadventures 🦖 #indiegame #indiedev #gamedev #gamedevelopment #gamedesign #gameart #pixelart #ドット絵 #platformer
Excited to go back to work on our demo now that our steam page is set up for review. Kept this archer gal waiting for too long! 😅 Let's have another good week of game dev everyone! 😎 #minidevlog #survivorslike
#MiniDevlog Started working on the next big improvement/feature for next #babydinoadventures🦖 update.. Yes, a whole new camera system Ready for ur upcoming local coop adventures🙌 (meanwhile.. still a lot to-do) #gamedev #indiedev #IndieGameDev #Construct3 #gamedevelopment
#minidevlog Procedural map with hex beveled tiles! __________ #indiedev #indiegamedev #gamedev #procedural
In case anyone is interested, here's how much data I need to fill up for our game. 💾 It's all in Scriptable Objects so balancing and editing data is accessible. It also let me handle RAM management better when I apply addressables in the future.💻🛠️ #minidevlog #madewithunity
Hey! #minidevlog I'm very busy with my entreprise lately, but I manage to find some time on train. Currently working on seeds' and plants' interdependences (which one can unlock path to an other)! #metroidvania #indiegame #indiedev #platformer #explorationgame #IndieWorldOrder
This week is finally the week we reveal our steam page! Official announcement will be on Wednesday! 👀 Super excited and extremely nervous to finally show it! ✨✨🔥🔥 #minidevlog #survivorslike
Here's one of the gifs we used on our Steam Page!🕹️ Last day before our first week ends. Please wishlist the game if you haven't yet! Link will be in replies/bio. ✨ Gotta speedrun development after this so we can finally let ya'll play the demo!🏃🪶 #minidevlog #survivorslike
Been doing nothing but promotion the past month. So happy to finally be back developing the game! 😊 Now time to speed run this so we can get the demo out! 💨Here's a WIP spread shot from our Archer gal.🏹 #minidevlog #survivorslike
SnowFight #minidevlog #22: - Snowball vs snowball collision checks. Larger one wins! - Holding snowball animation sync bug fixes. - Fixed animation when changing throw direction when animation is already in progress.
SnowFight #minidevlog #21: - Animate holding a snowball. - Different snowball sizes. - Spent two weeks over-engineering how to animate snowball in sync with character, until it needs to not be in sync sometimes.
SnowFight #minidevlog #20: - I am not good at remembering to post minidevlogs. - Finished (for now) sort of good-enough full behavior tree AI for bots.
SnowFight #minidevlog #18: Lot of iterations on context steering navigation for bots. Too many edge cases, time to implement navmeshes.
SnowFight #minidevlog #17: - Implemented half-mocked behavior tree AI. - Tried naive approach for collision avoidance/navigation (did not work well). - Made progress on context steering navigation approach. Works better, but still not perfect.
SnowFight #minidevlog #16: - Gave up on reinforecment learning – would require too much effort/study. - Started implementing basic behavior tree AI instead.
SnowFight #minidevlog #15: - Implemented skeleton code for reinforcement learning AI. - Not yet sure if it will work. 😅
SnowFight #minidevlog #14: - Improved collisions, depth sorting of static objects and hit animations. - Started looking into AI for bots.
SnowFight #minidevlog #13: - Looking into ball throw positions vs static collisions, and depth sorting.
SnowFight #minidevlog #12: - Implemented swept based collisions for the snowballs. Still some tweaking to do.
SnowFight #minidevlog #11: - Kept trying solutions and finding edge cases with collision detection. - Battled with math, LLMs, debugging code, contemplating the general approach, repeatedly deciding against using a whole physics engine, until solution was found.
SnowFight #minidevlog #10: - Started improving snowball collision tests and impact animation depth sorting.
SnowFight #minidevlog #9: - Figured out final time travel itch. Turns out server timeline is so authoritative, that even if client's prediction goes further away into the future, the logical distance between local and server timelines remains constant. Confusing? Yes.
SnowFight #minidevlog: - Finished cleanup of the time travel code. - Added server metrics to monitor how well it works.
SnowFight #minidevlog: - Cleaning time travel code a bit more. - Tried adding deadzone with hysteresis to the time travel, but due to time synchronization it kept oscillating anyway, so no deadzone.
Decided to name this guy Wrydrick! Trying to take a page off Stan Lee's naming convention but with their classes.🔥⚔️ Fun fact, it's also the name of my game programming professor back in college. I do think it's a pretty cool name though!😆👌 #minidevlog #survivorslike
We have new enemy line attack indicators. Also a small mockup of the wind slash skill for Knrul.🟥🦟 Not really how it'll look like in game. It'll be a lot more cooler once I'm implemented patterns to it! 🏁🔜 #minidevlog #roguelite
In case anyone is interested, here's how much data I need to fill up for our game. 💾 It's all in Scriptable Objects so balancing and editing data is accessible. It also let me handle RAM management better when I apply addressables in the future.💻🛠️ #minidevlog #madewithunity
Been doing nothing but promotion the past month. So happy to finally be back developing the game! 😊 Now time to speed run this so we can get the demo out! 💨Here's a WIP spread shot from our Archer gal.🏹 #minidevlog #survivorslike
#MiniDevlog Work in progress cave tileset for #babydinoadventures 🦖 overworld map 🦇⛰️ #gamedev #indiedev #IndieGameDev #indiegame #aseprite #pixelart #8bit #ドット絵 #gameart
#MiniDevlog Took a break from #babydinoadventures🦖 development to finish the mobile version of #FlexibleFrosty🐧 (our #GBJAM entry from last Summer) Here is the new title screen🙌 #mobilegame #indiedev #indiegame #pixelart #gamedev #Construct3 #BelgianGamesIndustry
#MiniDevlog It's probably the most asked feature for now so I'm currently working on Audio settings 🎧 🤘 Oh, and.. Happy Easter everyone!🥚✨ #babydinoadventures 🦖 #indiegame #indiewatch #indiedev #gamedev #IndieWorldOrder #Construct3 #BelgianGamesIndustry #pixelart #Steam
We're still working hard on making our Steam page for Relic Abyss! Here's a work in progress preview of one of the screenshots. There's gonna be a lot of unrevealed stuff we haven't posted yet here. Super excited to show them off! #minidevlog #survivorslike
Spent some time creating new weapon "cards" for Pawn's Path. What do you think? #minidevlog #screenshotsaturday
#MiniDevlog 🌧 We updated photo mode! Before our hero was floating above all the chaos it created but now you can get Cloudy right in the action. 📸 Rotate, lower, and raise helps you take the best (and worst) photos. #madewithunity #gamedev #indiedev #IndieDevWorldOrder
Decided to name this guy Wrydrick! Trying to take a page off Stan Lee's naming convention but with their classes.🔥⚔️ Fun fact, it's also the name of my game programming professor back in college. I do think it's a pretty cool name though!😆👌 #minidevlog #survivorslike
Finally working on a new character this week! Getting tired looking at the Warrior for the past 2 months. 🤣 Time to switch things up! 🏹🎯 #minidevlog #survivorslike
#MiniDevlog Currently setting things up on Steam.. Beach 🌴update is coming soon! Get ready, dino's!🦕 #babydinoadventures #indiegame #indiedev #gamedev #Construct3 #pixelart #indiegamedev #garagedev #IndieWorldOrder #indiewatch
#minidevlog And here we are: a fully parametrable hex tile! __________ #gamedev #indiedev #procedural
#minidevlog Procedural map with hex beveled tiles! __________ #indiedev #indiegamedev #gamedev #procedural
#MiniDevlog I'm currently preparing some assets for the Beach content update on Steam So.. Which capsule image would you prefer? Left or right? Why? #babydinoadventures🦖 #indiegame #indiedev #gamedev #Construct3 #pixelart #indiegamedev #garagedev #IndieWorldOrder #indiewatch
#MiniDevlog Started working on the next big improvement/feature for next #babydinoadventures🦖 update.. Yes, a whole new camera system Ready for ur upcoming local coop adventures🙌 (meanwhile.. still a lot to-do) #gamedev #indiedev #IndieGameDev #Construct3 #gamedevelopment
Something went wrong.
Something went wrong.
United States Trends
- 1. #911onABC 15.7K posts
- 2. Broncos 27.1K posts
- 3. Raiders 39K posts
- 4. GTA 6 18.1K posts
- 5. eddie 38.1K posts
- 6. RAVI 15K posts
- 7. #WickedOneWonderfulNight N/A
- 8. GTA VI 27K posts
- 9. TIM MINEAR 1,400 posts
- 10. Rockstar 62.7K posts
- 11. #TNFonPrime 2,300 posts
- 12. Jeanty 3,744 posts
- 13. #RaiderNation 2,227 posts
- 14. Antonio Brown 8,588 posts
- 15. Cynthia 31.9K posts
- 16. UTSA 1,695 posts
- 17. $LMT $450.50 Lockheed F-35 N/A
- 18. Tyler Lockett N/A
- 19. Buck 21.6K posts
- 20. Geno Smith 1,185 posts