this post was submitted on 03 Aug 2023
13 points (81.0% liked)
Open Source
31031 readers
811 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are you trying to make? I'm not aware of anything open source.
I think short of using rpgmaker (not open source) or something like it (that makes a very specific kind of game and you are really just plugging in content) you aren't going to get very far into game development with no coding at all.
Unity (again not open source) allows you to do a lot without coding, but by the time you learn how to use Unity you may as well follow their provided education/classes and learn to code while you're at it.
I would like to make something like a visual novel, a point and click adventure, text based game, or something like that but i may be dreaming too big. so what your saying is unity is probably my best bet?
also what about ai for coding/learning code?
It's more for CYOA-like games, but Twine is pretty good and has a graph-like editor. Of course, if you want to do anything more complicated than "if (choice) go (page)", you might need some code. But for the basics it works without.