Skip to content

hanhonglei/Course_BasicGameProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basics of Game Programming 游戏开发程序设计基础

Basics of Game Programming. How to develop games using C

Sample programes can be found here

Here is the textbook

Some helpful online resources

  1. Online compiler/interpreter, and a simple collaboration tool
  2. Online compiler and debugger for c/c++
  3. theForger's Win32 API Tutorial, with Chinese translation
  4. Lessons on Win32 programming
  5. EasyX Library for C++

A couple of online C tests

  1. C Programming Online Test
  2. Online C Programming Test
  3. C Online Test

More information, please visit my personal website here.

教学计划

讲授 实验 讲授内容 实验上机要求
1. 2 2 第1章 程序设计概述 第一个“游戏”程序
2. 2 2 第2章 变量和基本类型 打字母游戏
3. 2 2 第3章 运算符、表达式和语句 计算器程序
4. 2 2 第4章 选择结构程序设计 猜数字游戏
5. 2 2 第5章 循环结构程序设计 分形绘制
6. 2 2 第6章 函数及模块化程序设计 吃砖块游戏
7. 2 2 期中复习及中途答疑 展示实践成果并随堂讨论解决具体问题
8. 2 2 第7章 数组及指针 数组
9. 2 2 第7章 数组及指针 指针
10. 2 2 第7章 数组及指针 弹弹球游戏
11. 2 2 第8章 字符串 单词英雄
12. 2 2 第9章 用户自定义数据类型 基本版坦克大战
13. 2 2 第10章 文件 改进版坦克大战
14. 2 2 第11章 指针的高级应用 终极版坦克大战
15. 2 2 第12章 程序调试技巧 小蜜蜂游戏
16. 2 2 总复习及课程答疑 交流实践成果并集体答疑

About

Basics of Game Programming. How to develop games using C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published