搜索资源列表
2005314183528
- VB版推箱子,一个全屏显示的推箱子游戏,只能在800*600屏幕分辩率下运行。-VB version of RSS, a full-screen viewing of the games, only 800 * 600 screen Resolution running.
sudoku
- 数独,自动填写 将数独输入进去,空白的填为0 按回车即可出来所有答案 如样例 081000 020087000 700050006 900015400 000000030 500030000 003000028 004000700 000600005-Sudoku, Sudoku input will automatically fill in, fill in the blank out of 0 to press enter all the
game2
- 小游戏。因为是初学者,所做的东西还不能算是厉害的,只能说正在努力的过程-#include<windows.h> #include"resource.h" #include<stdio.h> LRESULT CALLBACK WndProc(HWND hwnd,UINT uMSG, WPARAM wParam,LPARAM lParam) void DrawBitmap(HDC hdc,UINT ID, int x,int y,HWND hwnd)
minesweeper_pvp
- 经典扫雷升级版之即时双人联机对战扫雷小游戏。在线匹配,即时对战,带聊天功能。用nodejs搭建简易的服务端,websocket实现即时通信,代码量六七百行左右,纯原创,简单注释。玩法:输入昵称进入主界面后即可开始匹配,匹配成功后由率先点击匹配的一方先手,轮流扫雷。此版本禁用了标记功能,难度增加了一些。对战同时可以与对手聊天互动。(用命令行cd到项目根目录,输入node index.js,回车即可开启服务,然后进浏览器访问http://localhost:5999)(Classic mineswe