DEV Community

Discussion on: I am a middle aged junior developer, Ask Me Anything!

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

I built my own open-source clone of Tetris Attack called Swap-N-Pop that uses TypeScript + Phaser +Electron and has test code.

The big thing for me is test suites. I find testing in Unity or any other game engine painful.
The other pain point is UI where is web is so much easier.