
game
文章平均质量分 62
火车上遇见
这个作者很懒,什么都没留下…
展开
-
国际象棋规则
1.王(英文:King)是国际象棋中最为重要的棋子,王被将死棋局即告负。走法是横直斜走均可,但每次只能走一格,且所走到的位置不可有对方棋子的威胁,否则会被视为“违规移动”(illegal move)。吃子与走法相同。2.后(英文:Queen) 是国际象棋棋局中实力最强的一种棋子。后可横直斜走,且格数不限。吃子与走法相同。后在开局和中局阶段相当于两个车或者三个象的实力,在残局阶段略逊于两个车的实原创 2017-02-28 09:56:11 · 3608 阅读 · 0 评论 -
Game Programming Using QT第三章
(01) 游戏目的学习使用Qt 集成开发环境开发带有图形交互接口的程序。Learn to use Qt to develop applications with a graphical user interface using the Qt Creator IDE.熟悉Qt的核心函数,系统属性,信号槽机制。Get familiar with the core Qt func原创 2017-03-11 14:28:22 · 779 阅读 · 0 评论 -
000 blackjack game
//Blackjack//Plays a simple version of the casino game of blackjack; for 1 - 7 players#include #include #include #include #include using namespace std;class Card{public: enum rank {AC原创 2017-03-19 13:35:40 · 454 阅读 · 0 评论 -
001 tic-tac-toe game
// Tic-Tac-Toe// Plays the game of tic-tac-toe against a human opponent#include #include #include #include using namespace std;// global constantsconst char X = 'X';const char O = 'O';con原创 2017-03-19 13:39:36 · 792 阅读 · 0 评论 -
Game Programming Using QT 全书笔记
01. 字符串的处理QString基本上和String是相同的QString contains a split() method that takes the separator string as its parameter and returns a list of string that are represented in Qt by the QStringList class.原创 2017-03-19 16:56:45 · 1426 阅读 · 0 评论 -
项目列表
2017.03.10TicTacToe 井字游戏编写3 × 3的方格, 横竖斜连成三个算胜利。原创 2017-03-11 14:04:13 · 492 阅读 · 0 评论 -
收集的原创游戏个人网站
Plee the Bearhttp://stuff-o-matic.com/ptb/?lang=en百度网盘链接Andy's Super Great Parkhttp://www.stuff-o-matic.com/asgp/demo-download.php?lang=en安装boost,前一篇文章有介绍安装sdl sudo apt-get i原创 2017-03-28 21:11:00 · 1364 阅读 · 0 评论 -
CEGUI 开源c++ gui库简单介绍
一个c++ gui的开源库,用于游戏方面的库。下载地址https://pan.baidu.com/s/1jIbqwyM有空再研究,现在在编一个游戏https://github.com/Secretchronicles/TSC需要时再用。原创 2017-03-29 20:10:26 · 2904 阅读 · 0 评论 -
game游戏学习网站
这里记录一些游戏学习网站,下载一些demo,以及实行的情况。https://www.makeschool.com/online-courses/tutorials/介绍苹果开发的例子,也可以参考过来用作android开发,记得设备永远是缺少的。不可能所有设备多得到,那么至少得十台机器,关键是弄清楚代码,不管是什么语言编写的程序,最终都跑在cpu上https://原创 2017-03-23 13:46:35 · 1048 阅读 · 0 评论