markx2 an hour ago
LazVerry 2 hours ago
For pixel art games, I personally recommend GameMaker. It specializes in 2D, and since hits like Undertale were built with it, you can definitely create "serious" games. GML (GameMaker Language) is also quite easy to write, so I think it’s great for learning algorithms.
beardyw an hour ago
jdw64 2 hours ago
Unity is not that difficult if you clearly understand the Template Method pattern. The difficult part is that students often struggle at a different point than expected.
That said, if not Unity, GameMaker is also a good option.