https://github.com/howardatri/-jet-battle-game-
a jet game based on cpp
https://github.com/howardatri/-jet-battle-game-
cpp dev game jet sdl
Last synced: about 2 months ago
JSON representation
a jet game based on cpp
- Host: GitHub
- URL: https://github.com/howardatri/-jet-battle-game-
- Owner: howardatri
- License: mit
- Created: 2025-03-13T13:11:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T06:23:45.000Z (about 2 months ago)
- Last Synced: 2025-03-15T07:23:39.871Z (about 2 months ago)
- Topics: cpp, dev, game, jet, sdl
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdlshooter
项目来源:https://github.com/WispSnow/SDLShooterpersonal cpp dev game
tutorial 10 单例模式的使用:((game::render)的调用)确保一个类只有一个实例,并提供一个全局访问点
具体: class game: static int a; -------> Game::a;
\2025-03-15
吓死我了,做tutorial17的时候误触把系统头文件给改了,wtf2025-03-17
今天学习了整理代码,以及game作为成员变量(私有),在cpp文件的构造函数参数列表赋值