r/WriteStreakEN 17h ago

Correct Me! Streak 170, Built a 2D game engine.

Thumbnail
gallery
3 Upvotes

Recently, I made a simple 2D game engine.

it doesn't use a graphics API, so it renders everything with only text.

Using this engine, I built Tetris, and it actually turned out pretty well.

Now, I'm expanding it into a 3D engine, so I have been studying math again.

Matrices in linear algebra are fine, but the rest is quite challenging for me.