games:使用C ++和SFML进行16场比赛

时间:2024-05-22 01:04:45
【文件属性】:

文件名称:games:使用C ++和SFML进行16场比赛

文件大小:12.98MB

文件格式:ZIP

更新时间:2024-05-22 01:04:45

C++

带有SFML的16种C ++游戏 快速开始 sudo apt-get install libsfml-dev # install the SFML lib. git clone https://github.com/jsyqrt/games.git cd games cd 01\ Tetris/ # compile the first game as an example. g++ -std=c++11 -c main.cpp # to compile. g++ main.o -o main.exe -lsfml-graphics -lsfml-window -lsfml-system # to link. 注意! 此处的所有代码: :


【文件预览】:
games-master
----14 Chess()
--------images()
--------main.cpp(4KB)
--------Connector.hpp(2KB)
----03 Arkanoid()
--------images()
--------main.cpp(2KB)
----09 Xonix()
--------images()
--------main.cpp(3KB)
----04 Snake()
--------images()
--------main.cpp(2KB)
----11 NetWalk (Pipe Puzzle)()
--------images()
--------main.cpp(4KB)
----12 Mahjong Solitaire()
--------main.cpp(4KB)
--------files()
----13 Tron()
--------background.jpg(30KB)
--------main.cpp(2KB)
--------shader.frag(667B)
----10 Bejeweled()
--------images()
--------main.cpp(4KB)
----02 Doodle Jump()
--------images()
--------main.cpp(1KB)
----05 Minesweeper()
--------images()
--------main.cpp(2KB)
----08 Outrun()
--------images()
--------main.cpp(5KB)
----06 Fifteen-Puzzle()
--------images()
--------main.cpp(2KB)
----15 Volleyball()
--------images()
--------main.cpp(4KB)
----16 Asteroids()
--------images()
--------main.cpp(6KB)
----07 Racing (Top Down)()
--------images()
--------main.cpp(3KB)
----README.md(434B)
----01 Tetris()
--------images()
--------main.cpp(3KB)

网友评论