i know it can be bad to plan too far ahead, but i can't help it sometimes.

i think that when i'm done with god's disdain, i'll split my time between a much simpler project (one that already has all its story, designs, and puzzles on paper) and learning a new engine, i'm thinking either godot or construct.

i like the thing i've got going now where i work on my project a little bit every day, and i think i can keep it up pretty well given that i've been doing it for, what, a month now? so if i can keep doing that between an easier project and learning something new i think that would be awesome.

@beardalaxy Godot requires you to either learn C++ or C#. They do have a Python-like scripting language called GDScript, but I heard that like Python, it's pretty slow, and it's a good idea to write the bulk of the code in either C++ or C# and use GDScript for the small parts like scripted events. As someone who knows both, C# is much easier than C++. You do get that overhead because it's running on a .NET/Mono VM, but a lot of games use it these days.

Construct on the other hand seems to be much easier. It even seems to be easier than GameMaker, but I'm not sure that I like the licensing. It requires you to purchase either a personal ($19.99 USD/month) or business ($149.99 USD/year) license if you plan on making any money off your game and I assume that includes donations.

construct.net/en/make-games/bu

Another engine that you could try is Stencyl. The engine is open source but the editor for it is proprietary and also requires a license for commercial use ($99/year). It has a Scratch-like programming language and can export to Windows, Mac, Linux, iOS, Android, and HTML5.

stencyl.com/

But if you don't like these licensing fees and are willing to get a little more advanced, you could try frameworks like Love2D. It claims to be an engine, but it's not. You have to program level formats and other stuff yourself, but it's done in Lua which is a pretty easy to learn scripting language. The best part is that the whole thing is FOSS and you can do whatever you want with it.

love2d.org/

You could also try JavaScript. It's easy to write games in it, using the HTML5 <canvas> element, and it doesn't require any additional libraries.

w3schools.com/graphics/game_in

Sign in to participate in the conversation
Game Liberty Mastodon

Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.