Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

any suggestions for game engines for game designers rather than programers?

A topic by Slaps created Jan 10, 2020 Views: 314 Replies: 6
Viewing posts 1 to 6
Submitted(+1)

I do a lot of 'from scratch'  programming when I make games but I want a change of pace. 

preferably  a free engine if possible but all suggestions welcome.

Submitted (1 edit)

You can try Blender 2.79’s Game Engine.

Not sure if it’s a good game engine, but it is free and coding is optional, not required.


Download a “previous version” of blender. (i.e. version 2.79).

When you open Blender:

Change these two things at the top of your window:

1) Change “Default” to “Game Logic”.

2) Change “Blender Render” (or “Cycles”), to “Blender Game”.

To test your game, press P while your mouse is over the main 3D View window.


P.S. Opening any blender assets you made in a newer version probably won't work. I just get an empty file.

(1 edit)

Blender's old game engine not a great choice. It has poor implementation of game development tools (especially for game deployment and commercialization), and it's even been removed from Blender as of Blender 2.8.

I recommend if someone is still using Blender's game engine to switch over to Godot since it's own language GDScript is very similar to Python, it has better support for doing game development, and it's completely open-sourced! (Though, I'm hearing rumors on the ground of a group developing a game development environment for Blender 2.8, though it will not be worked on by the Blender Foundation directly.)

Submitted(+1)

I don't know enough to make a game in godot right now, so I'm just playing around with blender right now. If I come up with something, I'll submit it.

I'd recommend keeping to what you know. If you know C#, then Unity or Godot may be a great pick for you. Godot also supports C++ and it's own GDScript (similar to Python.) If you're more familiar with C++, you may want to look at Unreal. If you have a background in Java, Processing is a very easy interactive media framework and has it's own self-contained IDE to work with (though you can use other IDEs!). It even has the capability of doing 3D graphics! Though take note that it doesn't have physics nor collisions out of the box (sounds like a great programming challenge!) If you want a GameBoy styled game without any programming, then GB Studio would be a good pick, though keep in mind reading the documentation thoroughly to make sure your art and sound assets will work. While this is not exhaustive, these are the engines and frameworks I'm most familiar with.

Submitted(+1)

with 14 hours to go I think I'll try GB studio for it's drag and drop. Thanks for the suggestions! I've been working on other stuff so I'm just gonna ploop something out for this jam for the sake of warming up my game dev mind.

Submitted

I'm using Godot and the more I use it the more I'm a fan.