Language and game engine for top view games

Started by
1 comment, last by SolDirix 10 years, 6 months ago

hey guys am new to programming and gaming so my questions my sound silly

is there any recommended language or free game engine for a top view game ?? ( like fire emblem top view or the witch's house)

also how hard is it to build an engine from ground up

Advertisement
Scirra Construct 2 (easiest)
Game Maker (easy)
Unity (medium difficulty)
Different, more "real" game engine (medium-hard)
Making your own game engine for this (medium-hard)

There are many good engines for making games such as Game maker or unity. I would recommend starting with game maker, then move up to learning programming with sdl.

A game engine can be very difficult depending on what capabilities you want it to have, for example: if you want 3d graphics, it will make things way more difficult, 2d graphics not so much, but thats just one aspect of a game engine. You should generally try to learn how to program before learning how to make a game engine, probably years of experience.

View my game dev blog here!

This topic is closed to new replies.

Advertisement