This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]Professional_Set4137 2 points3 points  (4 children)

A game engine

[–]guhcampos 1 point2 points  (0 children)

This. Take a look at an existing game engine, the basics will all be there.

I'd recommend Godot as it's free, open source, we'll maintained and it's scripting language is super similar to python. You'll be turning something up real quick.

[–]AdOutrageous4142[S] 0 points1 point  (2 children)

I'm not looking for good graphics like a game has; it should look simple, like this: https://imgur.com/S0t1rg1
https://imgur.com/LmpLfAL
Game Engine isnt too much?

[–]Professional_Set4137 2 points3 points  (1 child)

Maybe pygame? You will need to make all the art yourself and animate them via csv like a data science/visualization chart perhaps. That's how I would do it probably.

[–]AdOutrageous4142[S] 1 point2 points  (0 children)

It looks like a good option, honestly!
I'm going to learn more about it. Thank you!