Tetris game for Windows in Fortran

Here is a simple Tetris game for Windows

Fortran source code + runnable binary

tetris

2 Likes

I would like to peek in the code but dropbox? Why you dont use Codeberg or at least GitHub?

I simply have not learned to use those. I still personally use the Code Co-op as my source version control.

I think dropbox allows you to take a peek inside a zip file and display Fortran source without downloading the archive.

Code should be quite easy to follow. Only think that might come as a suprise is that Fortran stores 2d-arrays differently than most programming languages as column major order.