Tetris in C

2024 | GitHub

Tetris in C was a project project I started in my junior to freshen up my familiarity with C. I was going to take Software Performance engineering in C the next semester, so I thought I would recreate a simple game.

At the same time, I also started using a ThinkPad with Ubuntu as my daily driver. I remember diving deeper into Linux and using Vim religously. Although I sold Thinkpad and switched back to my Macbook, I constantly find that brief experience paying off. For my research, where I use MSU's high performance computing cluster, my proficency with Linux and even sometimes Vim comes in really handy.

Another motivation to work on this project was to do some reinforcement learning work! I was inspired by Andrej Karpathy's blog post in RL and wanted to do it myself. I completely forgot about that and plan to pick up the project again.

Tetris in C 1