Applications
App Data Viewer
Use App Data Viewer to read data directly from
any application's controls that are running on
your desktop.
Random Encryption
Routine
Randomized Key Encryption encrypts a string in
such a way that it is never encrypted the same
way twice. With some other encryption routines,
if two people have the same password, the
encrypted passwords are the same. This makes it
extremely easy to for other people to guess your
password. Using Random Encryption, two identical
passwords will be encrypted differently.
Haunted Maze
Haunted Maze is your
basic 3d maze game. It's written using
DirectX 7 with Visual Basic 6. Although
is has an interface only its programmer
could love, it has a number of cool
features. One thing that this code
handles is collision detection. Most
other maze programs that I've seen will
sometimes allow the user to walk through
walls. Others cause the user to 'stick'
to the walls. This program not only
detects wall collisions. It actually
allows the user to slide along a wall he
is in contact with (kind of the way you
can in Doom or Quake). The 3d maze is
generated from a bitmap. So, you can open
the bitmap in Paint and change it any way
you like. |
|
Haunted Maze features four ghosts that
wander the maze. The object of the game is to
collect as many diamonds as you can without
falling prey to one of the ghosts.
On a side note, one of the books I've been
using and highly recomend is Visual
Basic(r) Graphics Programming by Rod
Stephens.
|