README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. Duel Sample Game
  2. ------------------
  3. This program requires less than 1 Meg of video ram.
  4. The commands which this game recognizes are listed on the opening screen.
  5.     ESC, F12        - Quit
  6.     NUMPAD 4     - Turn left
  7.     NUMPAD 6     - Turn right
  8.     NUMPAD 5     - Stop moving
  9.     NUMPAD 8     - Accelerate forward
  10.     NUMPAD 2     - Accelerate backward
  11.     SPACEBAR     - Fire
  12.     ENTER     - Starts game
  13.     F5              - toggle frame rate display
  14. To play multiplayer one machine hosts a game, the others join.
  15. To play using TCP/IP over the Internet, the people who are joining the
  16. game must enter the IP address of the machine that hosted the game.
  17. You can find out the IP address of your machine by running "winipcfg".
  18. If you have a net card and a modem installed, you will need to make
  19. sure you read the IP address of the modem connection to the Internet.
  20. The modem will show up as a "PPP Adapter".  DirectPlay will not work
  21. through proxies or firewalls.
  22. Also see the DPLAUNCH example.