An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# sdlshooter
项目来源:https://github.com/WispSnow/SDLShooter

personal cpp dev game

tutorial 10 单例模式的使用:((game::render)的调用)确保一个类只有一个实例,并提供一个全局访问点
具体: class game: static int a; -------> Game::a;
\

2025-03-15
吓死我了,做tutorial17的时候误触把系统头文件给改了,wtf

2025-03-17
今天学习了整理代码,以及game作为成员变量(私有),在cpp文件的构造函数参数列表赋值