this post was submitted on 20 Sep 2023
0 points (NaN% liked)

Game Development

3444 readers
1 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 1 year ago
MODERATORS
 

I'm starting to plan what would be my first game. I have a general idea of the movement system I want, but I'm unsure if it will work as I expect it.

Is there any software where I can make a sort of animated mock-up of what I have in mind?

Alternatively, how is this typically addressed in game development?

Thank you!

top 1 comments
sorted by: hot top controversial new old
[–] AdmiralShat@programming.dev 1 points 1 year ago

My game dev process starts with a text outline of my ideas, usually including some sort of pseudo code. I use Obsidian's canvas feature to write things out and organize.

Then I make a demo project in a game engine, and do my best to create said feature or mechanic.

You can, also, use blender to outline how exactly you want things to look. If it's very visually specific, you can animate it and then in your engine of choice, use root motion so it looks 1:1 the same in blender.