ZeusYang / 2DGame

Some traditional 2D games and AI algorithm using OpenGL3.3+.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breakout

A traditional 2D game, Breakout. Using OpenGL3.3+ and C++. Here is the blog picture

GreedySnake

A snake AI to eat as much as possible food. Here is the blog picture picture

Maze

迷宫的三种生成算法:深度优先、随机Prim、四叉树分割;三种寻路算法:深度优先、广度优先、A星算法迷宫寻路。 更多细节请看个人博客:https://blog.csdn.net/qq_31615919/article/details/79942066 picture picture

数字雨屏保程序

由OpenGL3.3+制作的3D数字雨屏保程序,详细内容请看博客

picture

俄罗斯方块

由Qt5制作的一个俄罗斯方块游戏,用来练习和熟练Qt的编程模式.

picture

About

Some traditional 2D games and AI algorithm using OpenGL3.3+.


Languages

Language:C++ 95.5%Language:GLSL 4.4%Language:QMake 0.1%