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
- Host: GitHub
- URL: https://github.com/spektom/tetris1999
- Owner: spektom
- Created: 2011-09-22T11:43:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-21T08:11:22.000Z (almost 13 years ago)
- Last Synced: 2025-01-20T16:53:34.217Z (4 months ago)
- Topics: early-days, game, mfc, tetris
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- 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), MFCOpen *.dsw file, and build the solution.
Alternatively, you can use pre-built binary under Release/ directory.