An open API service indexing awesome lists of open source software.

https://github.com/spektom/tetris1999

Tetris game written in 1999
https://github.com/spektom/tetris1999

early-days game mfc tetris

Last synced: 3 months ago
JSON representation

Tetris game written in 1999

Awesome Lists containing this project

README

        

tetris1999
------------
This is a tetris game that I wrote in 1999.
You won't find much design concerns in the source code, but it just works.

![Screenshot](https://github.com/spektom/tetris1999/raw/master/screenshot.gif)

Compilation
============
Requirements: MSVC++ (6.0 or greater), MFC

Open *.dsw file, and build the solution.

Alternatively, you can use pre-built binary under Release/ directory.