Brainstorming game mechanics and relearning Godot - Lueur devlog #1
Hey everyone !
I did not have a lot of time to work on the game since the start of the jam. But let's see my progress anyway !
Designing grid mechanics
I'm gonna make a grid based survival city builder. I decided to have 4 resources, it's the maximum I can fit on the screen without making a mess. It also keeps the game simple; the biggest challenge is gonna be to make something interesting but refrain from going too far. Mostly because I won't have enough room on the screen to feedback everything right, and the more you hide things to the player the less he understands your game (and not every player is gonna make an effort to understand). For example, I'll have a "population" resource, that is just gonna be something you can produce and spend on structures. Usually the population is represented by people doing stuff in your city, but it would be a nightmarish to feedback this on 64x64 screen (people who die, people who are angry, etc...).
First thing I started to do was thinking about what I call "grid mechanics". Mechanics that are related to this 2d grid, to the relations between cells. Then I listed Terrains and Structures that I could have in the game. Each one must be used with a grid mechanics to be interesting (It should not just generate resources). This is what the player is really gonna play with, finding the best arrangements possible depending of the grid constraints, terrain and other structure. I'll list this in more details tomorrow.
Learning Godot again
As I said before, my idea is that the player can only see one cell at a time. This allows me to fit the HUD while keeping a clean and simple screen that is not gonna be too hard on the player's eyes (and brain). Here's my idea : You control the only light in the world, people need the light to not fall into darkness. When your "light" resource goes out it's game over. It justifies pretty well why we can't see the whole world at once. It's been a while since I've used Godot; I'm pretty rusty. I started with this light, never did this before but it should be nice to get into it slowly. Turns out it was actually really easy, there is a 2d light node and with a specific mask and a simple tween for the animation it's all set.
As you can see, I actually decided to let the player see a little bit of the surrounding cells. With 8x8 tiles it does not take too much space on screen, and it looks fine. It will be easier for the player to remember the map this way. It might also come handy for the grid mechanics. I might work again on this light to make the darker sprites change hue.
Final words
Oh btw, I called the game "Lueur" for now. It's french for gleam/flicker/glow.
Feel free to let me know your thought in the comments. How did you designed your game ? Have you made much progress yet ? Was it hard to get back into programming with your engine ?
Also don't forget to follow me to get notified each time I post a devlog !
See you !
Get Lueur (LOWREZJAM version)
Lueur (LOWREZJAM version)
A minimalist city builder with bits of survival into a fantasy medieval world. And it fits into a 64x64 square !
Status | In development |
Author | Darenn Keller |
Genre | Strategy, Survival |
Tags | City Builder, Dark Fantasy, Fantasy, Godot, LOWREZJAM, Medieval, Minimalist, Pixel Art, Relaxing |
Languages | English |
Accessibility | Color-blind friendly, Textless |
More posts
- Want to play a chill building game?Apr 19, 2023
- Playtesting on the Switch is awesome! | Lueur Weeklog #8Feb 13, 2023
- Playable version and interesting design changes inspired by 64x64 constraint - L...Aug 09, 2022
- Finally get to programming, core gameplay is there ! - Lueur Devlog #3Aug 08, 2022
- Design documents in 64x64; Am I going too far ? - Lueur devlog #2Aug 05, 2022
- Preparing the jam; Intentions, Tools Setup and Benchmarking [Devlog #0]Jul 31, 2022
- How to setup Godot for LOWREZJAMJul 30, 2022
Comments
Log in with itch.io to leave a comment.
Cannot wait to play!
Thanks ! Hope you've gonna like it !
Looking cool, big fan of simulators like this so this is getting a play and rate from me at the end for sure!
Thanks ! I hope you'll like it then !