README.md

December 4, 2022 ยท View on GitHub

Digit Blocks Game

Description

A little game simulation of Microsoft(R) Tetravex

Game.

You have to arrange all the blocks in the block-holders so that the adjacent digits are the same.

If they are not the same, the block being placed will go back to its original place.

Try it!!

More Info

Submitted On2002-11-30 13:40:06
ByMin Thant Sin
LevelIntermediate
User Rating5.0 (20 globes from 4 users)
CompatibilityVB 6.0
CategoryGames
WorldVisual Basic
Archive FileDigit_Bloc15054811302002.zip

API Declarations

Type RECT
   Left As Long
   Top As Long
   Right As Long
   Bottom As Long
End Type
Public Declare Function IntersectRect Lib "user32" (lpDestRect As RECT, lpSrc1Rect As RECT, lpSrc2Rect As RECT) As Long