Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How do you make your games ?

A topic by LeoNidas-abiri created May 17, 2020 Views: 1,144 Replies: 22
Viewing posts 1 to 17
(+5)

There are many game engines and tools to make games like : Unity , Unreal Engine 4, Godot , Game Maker,..

So tell me how me how do you make your games and what engine and programming languages are you using for your projects .

I use Unity 2018.4 and code with c# of course.

(+4)

I used Unity 2019.3.3f1 for Morfosi and Renpy 7.2.0 for Vincent: The Secret of Myers .

But tbh, I prefer the 2018 Unity more. The 2019 version acts funky on macOS from time to time.

(+3)

For 2D games, I much prefer using C++ because most premade 2D engines do this weird thing where they either come up with their own scripting language or using something weird like Javascript. For 3D games, I don't feel like doing all the 3D math myself, + Unity and Unreal use C# and C++ respectively, which is nice.

(+2)

I used Unity for over ten years (almost everything I have here is in Unity) but I want to try other tools, thinking of porting HyperBowl to Unreal this year. I'd like to try Godot, but I don't think it has much FBX support. I did use Unreal a long time ago, back when they had Unrealscript, and also CryEngine.

(1 edit) (+3)

I've made my last two games with JavaScript/HTML using libraries like Three.js, A-Frame, and Cannon.js. My two published games before that were made in UE4. I've made a few prototypes/small games in other engines including Unity and Godot.

I generally focus on 3D games and I really prefer UE4 over any of the other big name engines. With some of the latest announcements for UE5 it just further cements it's position as the best engine for anything other than prototypes or web games/2D games IMO. Plus they give away so much amazing free maketplace content!

Unity just feels way too clunky to me in terms of the UI and general use. It feels like they just focus on releasing new undocumented/unfinished features to catch up with Unreal instead of polishing what they have. I like the spirit of Godot but after playing with it have no desire to use it for actual development.

Deleted post
(+3)

I use Unity (still haven't upgraded to 2020), C# (obviously), Visual Studio (obvious again), Inkscape (for vector art), and GIMP (for bitmap art).

(+3)

I used Unreal Engine 4 for over 5 years because it is good to use for making 3D video games, I usually programmed it using blueprint from Unreal Engine 4. I also want to try using godot game engine because a lot of people said it's really good as well as easy to learn.

(+5)

I write my own engines, as I feel that the likes of Unity and Unreal are holding me back.

Deleted post
(+1)

Well i think people to use an engine first before writing  their own ... but anyway you are doing it in the badass way good job man !!!

(+4)

There are some exceptions, but most of my games are written in C using a home-made engine/framework libsuperderpy based on Allegro 5.

Irreplaceable toolset: Qt Creator, GIMP, Audacity, Inkscape, beepbox.co, Hydrogen, GitLab CI, Docker (for multi-platform CI builds), gdb, clang-tidy, sanitizers and Python + Qt for self-made utils (animation editor/converter etc.).

(+1)

Wow the way you make your games is interesting 

Moderator(+3)

I’ve made my own programming language, specifically for video games. It’s called avdl (Abstract video-game development language), and is currently open-sourced here: https://notabug.org/tomtsagk/avdl

It is drawing 3D graphics, and currently can compile for Linux and Windows.

As others have said, I feel the popular game engines out there do not give me as much control over a project as I’d be comfortable. The same amount of time that I spend learning one of them, is the same amount of time I spend developing my language, which gives me as much control as I need over a project.

You made your own programing language ??? Dude that's so cool !!!!! And i'm still stuck on learning basic stuff on unity and c# 😩😩

Moderator(+3)

It’s not as hard as it sounds, but it took a lot of years of making games and custom engines to reach the point that I was comfortable to work on this.

The more games you make, the better you become, so never stop creating!

Deleted 3 years ago
(+1)

It would be better if you can master one engine .., but every knowledge is good , i think you will find learning unity is easy. 

Deleted 3 years ago
(+2)

Stress. Petty cash. Coffee. Patience. Asking questions... I can't recall, it's all a blur.

(+4)

I like Pico-8 a lot but I am in the process of learning Love2d.

(+3)

The majority of my games, the ones that can be played in the Browser, were made in Scratch 2.  A few of them, though, were made in Blender 2.79.  For my Choose Your Own Adventure story, though, I just went and added the story to webpages, added buttons, and linked things.

(+1)

Making a choose your own adventure game like that is a pretty cool idea. So easy, but effective. 

(+3)

Purely AGK, but I'm trying to get into Godot.

(+4)

I use Clickteam Fusion 2.5 for all my games. (Have been for six years)

I use C/C++ and Assembly when I try to make extensions for Fusion (See I said try, because I'm not all that good LOL XD)

Audacity and LMMS for Audio.

GIMP/Paint.net/Inkscape/Various pixel art makers for art.

And a stupid, drugged up brain for ideas and work stuff :/