M
M
Mercury132016-11-13 00:51:33
Game development
Mercury13, 2016-11-13 00:51:33

What are the engines for pixel platformers?

Actually, subj. Of the platforms, the main one is Windows. Language - any non-exotic.
If there are leading questions, I will answer.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
OnYourLips, 2016-11-13
@OnYourLips

Unity is used by most for such tasks.

X
xmoonlight, 2016-11-13
@xmoonlight

Язык программирования Lua (5.1, Русский), Lua (5.3, English)
1. https://love2d.org/ ( HowTo, создание дистрибутива вашей игры )
2. GDevelop ( HowTo )

Евгений Шатунов, 2016-11-13
@MarkusD

К списку xmoonlight еще добавляю (все движки позволяют создавать игры с применением Lua):
1. Defold
2. MOAI
3. Urho 3D
4. Anki 3D
5. Cocos2d-x

L
lemma, 2016-11-18
@acbor

Well, in fact, Unity is quite suitable. Graphics (namely the style of drawing) here does not depend on the engine - we draw what we want. This is if for a real serious project, because it is very convenient to do everything in the unit.
Interestingly, I am currently writing my pixel platformer in Pygame (Python), drawing sprites along the way. Basically, I do this based on personal Wishlist and interest. It helps to understand both the language and writing in non-C# :)
Here you face problems that are not in Unity and other big engines, such as: making a level editor, music / sounds processor, implementing animation, GUI and so on.
That is, I write in python, probably to delve deeper into the development

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question