X
X
Xtone2019-03-28 12:35:51
C++ / C#
Xtone, 2019-03-28 12:35:51

Making a simple 2D game?

There is a task to write a simple 2D game in C++ or C#, but according to the condition (except for the logic of the game), very little is clear. It just says you can't use XNA. Tell me what are the general options (libraries / frameworks, etc.)? From the lowest level to the unit. I will choose something and try to see if it can be used. It is desirable that it be as simple as possible for a person who has never written games (I'm from web development).

Answer the question

In order to leave comments, you need to log in

5 answer(s)
R
Ronald McDonald, 2019-03-28
@Zoominger

SFML, Box2D.

V
Vlad, 2019-03-28
@Result007

Godot!

G
GreatRash, 2019-03-28
@GreatRash

What kind of game should be? For example, Tetris or Fifteen do not need physics, but Angry Birds does. Based on the genre, it will already be possible to advise something.

C
CodeOfYourLIfe, 2019-03-28
@CodeOfYourLIfe

Love2dCS

M
mshak, 2019-03-28
@mshak

It seems to me that this is more like a laboratory, and the engine does not need to be used here.
If so, then dig aside
* Syste.Drawing
* BitBlt
* or read about using GDI +

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question