home *** CD-ROM | disk | FTP | other *** search
/ Becoming a Computer Animator / COMPANIMATE.ISO / pc / dosmenu / shelgame.bat < prev    next >
Encoding:
DOS Batch File  |  1994-07-03  |  1.3 KB  |  28 lines

  1. @ECHO OFF
  2. ECHO Welcome to my 3D rendered game, Shell Game. This is a little project I 
  3. ECHO put together in my spare time. It simulates the old shell game. Game play 
  4. ECHO is pretty simple. The 3D rendered scene will appear with 3 shells. Click 
  5. ECHO the mouse anywhere to start the game. 
  6. ECHO.
  7. ECHO The middle shell will lift up revealing the marble. The shells will then start 
  8. ECHO a random shuffle. The higher the game level is, the longer the shuffle. After 
  9. ECHO the shells stop shuffling, you have two chances to pick the correct shell. Do 
  10. ECHO this by clicking on the shell you think covers the marble.
  11. ECHO.
  12. ECHO If you click on the wrong shell, it will lift up and reveal nothing.  If you 
  13. ECHO pick two wrong shells in a row, you lose the turn and the game starts over. 
  14. ECHO You will be penalized one level for each wrong pick. 
  15. ECHO.
  16. ECHO If you click on the correct shell, the shell will lift, revealing the marble. 
  17. ECHO Click the mouse again to close the shell. Then you will be awarded the next 
  18. ECHO level (which translates to a longer shuffle).
  19. ECHO.
  20. ECHO After clicking on either the correct shell or your second incorrect shell, 
  21. ECHO your current level will be shown. Just click again to start shuffling. 
  22. ECHO To exit the game, press the Esc key.
  23. ECHO.
  24. PAUSE
  25. CD \SHELGAME
  26. SHELGAME.EXE
  27. CD \
  28.