资源列表
tuixiangzi
- 基于C的推箱子小游戏源代码 适合初学者使用和学习-The Sokoban game based on C source code for beginners to use and learn
snake
- 一个小的贪食蛇游戏,供初学者参考,实现了最简单的功能-A small Snake game for beginners reference
migong
- c++ 迷宫,按 w s n e 来移动,实现走出迷宫的任务-c++ maze,w s n e get out the maze.
RandomWalk
- 使用Python模拟漫步行走Random Walk-Simulation of Random Walk
heihei
- 一个简单的用C语言编写的掷骰子游戏,主要有两个玩家,一个是电脑,一个是人,游戏结束时统计玩家的胜率。-zhi tou zi you xi .
Snake-game-C-program
- 贪吃蛇游戏C语言程序,简单易懂,适合初学者参考-Snake game C Programming Language, easy-to-understand reference for beginners
tuixiangzi
- 这个程序是用C语言开发的推箱子游戏,程序基本实现了推箱子游戏的功能 -This program is developed using C language Sokoban game, the program realizing the functions of the Sokoban game
rolldice
- 简单的掷骰子游戏代码简洁通过上机验证欢迎下载-A simple dice game is simple through the machine code to verify welcomed Download
tuixiangzi
- 推箱子的源代码, 希望大家可以从中学到一些简单的编程原理, 也可以自己修改方便对其进行学习。-Sokoban source code, I hope you can learn some simple programming principles, you can make changes to facilitate their learning.
tanchishe
- 智力游戏,风靡全球,老少皆宜的智力游戏,非常棒-Intellectual games, swept the world, ages puzzle game, great
Main
- 这是一个基于C++语言的拼图小游戏,可以根据其程序原理运行-This is a puzzle game C++ language, according to their principle of operation of the program
c4
- 纯用 字符 和数组编的五子棋,棋盘也是用字符画的。 编了1上午了,主要是算法跟按键比较烦,发现有bug-- 按键速度过快会产生延时显示,可能是算法不好。 操作:玩家1: a,s,w,d(方向) 空格(落子) 玩家2: 上、下、左、右 回车 (落子) ESC: 退出 -Using only an array of characters and series of backgammon, the board is painted with the characters