https://github.com/spektom/tetris1999
Tetris game written in 1999
https://github.com/spektom/tetris1999
early-days game mfc tetris
Last synced: 9 months ago
JSON representation
Tetris game written in 1999
- Host: GitHub
- URL: https://github.com/spektom/tetris1999
- Owner: spektom
- Created: 2011-09-22T11:43:30.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T08:11:22.000Z (about 14 years ago)
- Last Synced: 2025-07-28T05:52:35.218Z (11 months ago)
- Topics: early-days, game, mfc, tetris
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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.