Total Pageviews

Sunday 31 December 2023

开源太空射击游戏:space-shooter.c



space-shooter.c是一款基于 C 语言编写的开源 2D 太空射击游戏,玩家操作飞船,屏幕里进行自下而上的射击。支持多操作系统包括 Windows  , Ubuntu Linux  。项目只使用了系统库(系统库定义为 C 标准库)。项目遵守MIT开源协议。

需要以下库:

    窗口管理:Win32 (Windows)、Xlib (Linux)
    渲染:OpenGL
    音频:XAudio2 (Windows)、ALSA/pthread (Linux)
    游戏手柄:XInput (Windows)、evdev (Linux)

源代码:https://github.com/tsherif/space-shooter.c

No comments:

Post a Comment