Its jam time
Haven't done this in a while, Let's see how this goes. I will be using Godot, Blender, Krita and Audacity. Also I'm planning to use some machine learning for generating art and text using runwayML. Expect something strange...
Haven't done this in a while, Let's see how this goes. I will be using Godot, Blender, Krita and Audacity. Also I'm planning to use some machine learning for generating art and text using runwayML. Expect something strange...
I woke up at 3 in the morning to read the theme announcement. Then went back to sleep. In the morning the idea came to me. You inherited a farm with two cows, now you have to keep it alive. Will go with super lowpoly graphics, hopefully it will be cute.
My cow farm game is coming a long nicely. Let's get some rest for the night and get this done tomorrow.

wild progress …
@jomoho jomoho committed 2 minutes ago * picking up stuff and dropping works * poo * pitchfork * gras * cow interaction setup
Commits on Apr 18, 2020 Progress …
@jomoho jomoho committed 3 hours ago * farm looks even better and house is to scale * automatic collision meshes from blender export * added poo and grass objects with physics and area colliders on different layers * added hud labels for cow poo and gras *
another 4 hours …
@jomoho jomoho committed 6 hours ago * cows are modelled and animated * farm land looks much nicer * house is modelled * colliders for hedge and cow_agents are set up
first 5 hours of work I guess …
@jomoho jomoho committed 9 hours ago * created a color palette * created a farmer character with 2 animations * created an simple farm land * imported everything into godot * took forever to get the camera and character moving in an acceptable wayow I cannot upload
Here is the entry: https://ldjam.com/events/ludum-dare/46/$185938


Waiting to see if the Theme hits me in a good way. Other than that I'm gonna be use Godot probably and blender, keeping things low poly.
Maybe going for fps movement this time, if the theme allows for it.
I am using a lot of python these days, so I'm gonna see what I can come up with pygame. I saw, that I can still publish to web using pygbag. So that's what I'm going to do. My personal challenge is to use some scientific python library, probably just numpy, maybe some statistics or simulation would be fun. Also I'm not planning to use all the 48 hours, just a few hours on saturday and on sunday. Other tools I will be using, not sure, let's wait for the theme. probably just some image editing using inkscape or gimp, as I am on linux. Also sound and music, either I use my windows laptop and use FLStudio as usual or I try to use some online tools. Also I might use chatgpt and midjourney along the way. So here is the complete list: * python, pygame, numpy, pygbag for code * Inkscape, gimp or something else for art * FLStudio, Sfxr or something else for sound. * ChatGPT, Midjourney for Neural enhancement
This is an abbreviated version of my postmortem without screenshots and insight into the midjourney process I used, if you're interested to know more head over to my github repo: https://github.com/jomoho-games/ld53-delivery

Get ready to embark on a thrilling journey through the cosmos in Delivery Alchemist, a unique game that masterfully combines space exploration, alchemy puzzles, and an element of discovery. As the universe's most skilled Delivery Alchemist, you've been entrusted with a vital mission: to explore distant planets, unlock hidden secrets, and deliver rare and valuable elements to the many civilizations that inhabit the cosmos.
Utilize your alchemical prowess to combine elements and create new materials while completing quests for diverse communities you encounter on your interstellar travels. With over 60 elements to discover and a multitude of quests to accomplish, you'll find yourself lost in a captivating, vibrant universe teeming with surprises.
Key Features:
Embark on a cosmic adventure like no other and become the Delivery Alchemist the universe desperately needs. Are you ready to accept the challenge and chart your course through the stars?
I didn't finish this game in time for the compo and had trouble getting pybag to work, because of pygame_gui. So it will be a Jam or Extra Game.
I wrote this game as an experiment using AI in the form of MidJourney v5 and ChatGPT4. I used pygame + the pygame_gui library and used no music or sound.
I will try to explain what I did what worked well and what didn't and give an overall conclusion, not just on AI but on the whole experience.
pymunk because I wanted to use pygbag to publish and they didn't work. but in retrospect, that could have saved a lot of time and also made the game probly more fun.ChatGPT was a game-changer in the development process. It helped with:
With ChatGPT, the development process was faster and more efficient than ever before.
I was able to ask for different game ideas and mechanics. I combined the concepts using simple language and then went into generating systems and datastructure code for python all in one seemless session.
I created a broadphase optimization for collision detection from scratch which uses a list sorted by the objects x value and uses bisect to find object indices for rendering and collisions and also for removing and inserting them when their position changes during updates. All while keeping the references to important game objects like the player. all in all the code base it at 2673 Lines of Code after the weekend:
```sh broadphasetest.py: 145 testmapgen.py: 14 testalchemy.py: 8 game/quests.py: 455 game/mapgen.py: 41 game/windows.py: 250 game/alchemy.py: 253 game/imagemanager.py: 62 game/gameobjects.py: 347 game/physics.py: 279 game/init.py: 9 game/colors.py: 13 game/loop.py: 272 createelementtheme.py: 58 main.py: 421 countlines.py: 32 cleanupspritesheets.py: 14
2673 lines in 17 files ```
Of which at least these are almost entirely chatgpt:
```sh broadphasetest.py: 145 testmapgen.py: 14 testalchemy.py: 8 game/quests.py: 455 game/mapgen.py: 41 game/alchemy.py: 253 game/imagemanager.py: 62 game/physics.py: 279 cleanupspritesheets.py: 14
1271 lines in 9 files ```
So it is fair to say that about half of the code was written by ChatGPT, which sounds great for a productivity junkie like me.
Some cool things I did with the help of ChatGPT:

This theme lends itself to many ideas. Having to deal with useless items or skills on the level of game mechanics. Or having to perform useless activities in order to progress on a more thematic or philosophical level. It invites a reflection on use, usefulness and the opposites thereof Another angle might be having to decide what is useless or not and the dilemma of not always having enough information to decide. What is useless or not could also change in different levels, areas or modes of the game.
To be distracted is a big part of our digital and physical lives. Exploring Distraction as a mechanic or a narrative theme could prove interesting. Even on a more philosophical level games being a medium of distraction could be an interesting exploration. The questions of "What are you distracted from?" and "What is distracting you?" will need to be answered in some ways here. In a different direction it could be about distracting opponents in order to win.
Being lost or having lost something, finding lost things, items, places. All great things that have been successfully explored in games. Feeling lost, dealing with loss or grief are more narrative elements. I think this theme could be very evocative for many ideas, that I would love to see.

Let's see what we get in the next rounds.