home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- ECHO Welcome to my 3D rendered game, Shell Game. This is a little project I
- ECHO put together in my spare time. It simulates the old shell game. Game play
- ECHO is pretty simple. The 3D rendered scene will appear with 3 shells. Click
- ECHO the mouse anywhere to start the game.
- ECHO.
- ECHO The middle shell will lift up revealing the marble. The shells will then start
- ECHO a random shuffle. The higher the game level is, the longer the shuffle. After
- ECHO the shells stop shuffling, you have two chances to pick the correct shell. Do
- ECHO this by clicking on the shell you think covers the marble.
- ECHO.
- ECHO If you click on the wrong shell, it will lift up and reveal nothing. If you
- ECHO pick two wrong shells in a row, you lose the turn and the game starts over.
- ECHO You will be penalized one level for each wrong pick.
- ECHO.
- ECHO If you click on the correct shell, the shell will lift, revealing the marble.
- ECHO Click the mouse again to close the shell. Then you will be awarded the next
- ECHO level (which translates to a longer shuffle).
- ECHO.
- ECHO After clicking on either the correct shell or your second incorrect shell,
- ECHO your current level will be shown. Just click again to start shuffling.
- ECHO To exit the game, press the Esc key.
- ECHO.
- PAUSE
- CD \SHELGAME
- SHELGAME.EXE
- CD \
-