文件名称:mahjong
介绍说明--下载内容均来自于网络,请自行研究使用
典型的 Windows 风格麻将小游戏,在 Win32 平台上运行 !play.bat 就可以直接运行程序。在 Unix/Linux 系统上,进入 mahjong 目录,键入 make 命令,如果一切顺利的话,将生成 mj 可执行文件,然后在命令行上运行 ./mj 程序,也可以启动麻将游戏。
-A typical Windows-style mahjong game running on a Win32 platform! Play.bat you can run the program directly. In the Unix/Linux systems, enter mahjong directory, type make command, if all goes well, will generate mj executable file, and then run on the command line./Mj program can also start mahjong game.
-A typical Windows-style mahjong game running on a Win32 platform! Play.bat you can run the program directly. In the Unix/Linux systems, enter mahjong directory, type make command, if all goes well, will generate mj executable file, and then run on the command line./Mj program can also start mahjong game.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mahjong
.......\!play.bat
.......\bot.cpp
.......\bot.h
.......\config.cpp
.......\data
.......\....\mj.ini
.......\....\titles.txt
.......\docs
.......\....\gkai00mp.txt
.......\....\gpl.html
.......\....\readme.txt
.......\fonts
.......\.....\brush.ttf
.......\.....\gkai00mp.ttf
.......\game.cpp
.......\game.h
.......\general.cpp
.......\general.h
.......\hand.cpp
.......\hand.h
.......\images
.......\......\bgame.jpg
.......\......\electron.jpg
.......\......\fire1.bmp
.......\......\fire2.bmp
.......\......\flash1.bmp
.......\......\flash2.bmp
.......\......\gameover.jpg
.......\......\hand.bmp
.......\......\mjgirl1b.jpg
.......\......\mjgirl1c.jpg
.......\......\mjgirl2b.jpg
.......\......\mjgirl2c.jpg
.......\......\mjgirl3b.jpg
.......\......\mjgirl3c.jpg
.......\......\mjgirl4b.jpg
.......\......\mjgirl4c.jpg
.......\......\tiles.jpg
.......\ini.cpp
.......\ini.h
.......\lib.win32
.......\.........\include
.......\.........\.......\begin_code.h
.......\.........\.......\close_code.h
.......\.........\.......\SDL.h
.......\.........\.......\SDL_active.h
.......\.........\.......\SDL_audio.h
.......\.........\.......\SDL_byteorder.h
.......\.........\.......\SDL_cdrom.h
.......\.........\.......\SDL_copying.h
.......\.........\.......\SDL_cpuinfo.h
.......\.........\.......\SDL_endian.h
.......\.........\.......\SDL_error.h
.......\.........\.......\SDL_events.h
.......\.........\.......\SDL_getenv.h
.......\.........\.......\SDL_image.h
.......\.........\.......\SDL_joystick.h
.......\.........\.......\SDL_keyboard.h
.......\.........\.......\SDL_keysym.h
.......\.........\.......\SDL_loadso.h
.......\.........\.......\SDL_main.h
.......\.........\.......\SDL_mixer.h
.......\.........\.......\SDL_mouse.h
.......\.........\.......\SDL_mutex.h
.......\.........\.......\SDL_name.h
.......\.........\.......\SDL_opengl.h
.......\.........\.......\SDL_quit.h
.......\.........\.......\SDL_rwops.h
.......\.........\.......\SDL_syswm.h
.......\.........\.......\SDL_thread.h
.......\.........\.......\SDL_timer.h
.......\.........\.......\SDL_ttf.h
.......\.........\.......\SDL_types.h
.......\.........\.......\SDL_version.h
.......\.........\.......\SDL_video.h
.......\.........\lib
.......\.........\...\jpeg.dll
.......\.........\...\libpng13.dll
.......\.........\...\libSDL.a
.......\.........\...\libSDLmain.a
.......\.........\...\libSDL_image.a
.......\.........\...\libSDL_mixer.a
.......\.........\...\libSDL_ttf.a
.......\.........\...\SDL.dll
.......\.........\...\SDL.lib
.......\.........\...\SDLmain.lib
.......\.........\...\SDL_image.dll
.......\.........\...\SDL_image.lib
.......\.........\...\SDL_mixer.dll
.......\.........\...\SDL_mixer.lib
.......\.........\...\SDL_ttf.dll
.......\.........\...\SDL_ttf.lib
.......\.........\...\zlib1.dll
.......\main.cpp
.......\main.h
.......\Makefile
.......\Makefile.mingw
.......\mj
.......\mj.dev