gamedev

/gamedev189

Crafting worlds through game design ๐ŸŽฎ

"Ever try stuffing a gaming console into a file smaller then a cat meme?" ๐Ÿ˜น

As an experiment I created a podcast about my game Space Huggers using AI tools and this is the result! ๐Ÿ‘

https://youtu.be/2JZR-erR9gg?si=RVub-Y_78EmyE8ZV
I see that the roadmap for Unreal Engine 5.5 has been released. Betas of several features have been officially implemented, and new features such as โ€œMegalightsโ€ with unlimited lighting placement have been announced.
https://portal.productboard.com/epicgames/1-unreal-engine-public-roadmap/tabs/109-unreal-engine-5-5
My JS13k game is live on itch.io! ๐Ÿš—๐ŸŒด๐ŸŒŠ I will be branching off this 13k version soon so I can experiment with new features and really go wild.

https://killedbyapixel.itch.io/dr1v3n-wild
My website has a new theme! After having the same look for over 10 years it was due for a change. The new theme is a moded version of Rachana by WPKoi. It auto adjusts layout for mobile. There's a little dweet easter egg if you scroll to the bottom! ๐Ÿ˜๐Ÿ‘

https://frankforce.com
useful pic for world builders
Full playthrough of my JS13K game is live on YouTube, check it out! ๐Ÿš—๐ŸŒด

https://youtu.be/67j0Z9wJhvo?si=6JJyPK_27WkP8ib_
Had a lot of fun building a Telegram HTML5 game extension built on top of the best framework in web3: Scaffold-ETH 2 by @austingriffith and the @buidlguidl team! Being selected as a finalist is a bonus ๐Ÿ’–

The extension uses one of the coolest game engines on the web, LittleJS by @frankforce, do check it out!
My original game Birdfood is now on Newgrounds, support it here: https://www.newgrounds.com/portal/view/946533
Took a while to bootstrap it, but finally managed to get Unreal Engine 5 up and running on Linux.

Time to start doing some tutorials!
Happy to share that my original game "Birdfood" was featured on Phaser.io and in the Phaser World and GameDev.js newsletters! They also wrote a nice article about it here: https://phaser.io/news/2024/08/birdfood
Why do you need a token for a web3 game?

please I'm not talking to whales who don't play the game

actual reasons
Fun and socially eventful weekend, but I still made some minor progress!
Building one virtual brick at a time. ๐Ÿ˜Š
I'm excited to share that LittleJS Engine has just surpassed 3000 stars on GitHub! ๐ŸŒŸโญ๏ธ๐Ÿ’ซ

This incredible milestone is only possible with amazing support from our community. ๐Ÿ˜„๐Ÿ‘

Thank you all for believing in LittleJS. Full steam ahead! ๐Ÿš‚๐Ÿš€

https://github.com/KilledByAPixel/LittleJS
Eco-Fantasy animation โ€“ Veiled! Web3 Trading Card Game

Massive tick box! โœ…
Wallet connect and wallet abstraction + reading the amount of NFTs from the contract.

That was another issue driving me nuts, but we got there! It's time to connect all these parts. ๐Ÿš€
the thing is so Annoying me is the โ€œ designโ€ part
I hate to design the characters (frames and etc)
But when we reach the code part itโ€™s fine.I mean it. Itโ€™s really fine.
P.s. the picture is made by ai and itโ€™s not my design
any way when we have some one to design itโ€™s easy ๐Ÿซก
GameBoy emulator running on my web site. https://kwigbo.com/GB
State Machines AmIRite?
My latest game "Birdfood" is finally here! Frantic arcade action for 1-4 players: https://birdfood.lol

Grab 3 friends and give it a go!
Johnny Boo breaks the 4th wall, and then this happens! ๐Ÿ˜ Wonderful characters by James Kochalka
Try online: kwigbo.com/GB
ROM Download: kwigbo.com/GB/Boo!.gb
Did a play test with the kids and my son found 2 bugs in my game. Iโ€™m so proud ๐Ÿฅน
OK I managed to code up a working prototype in about 4 hours. Thoughts? Ignore the fact that I'm not good at this game.
Blink Blink. Closed eyes just mean rendering the open eyed sprites behind the background layer. ๐Ÿ‘€
Working on a game that is pure JS / CSS / HTML and for once I'm letting ChatGPT 4o help me along the way

Note that I generally know what it is I want to do with code, so this saves me the trouble of looking things up or getting hung up on syntax... it wouldn't work so well if I didn't already know how to code