联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All C/C++工具库(26) 
按平台查找All C++(26) 

[C/C++工具库] C

一款用C语言构建的游戏,Tic-tac-toe游戏,允许玩家对玩家和玩家对计算机游戏。它可以自动计算分数并使用EasyX图形库。Tic tac toe游戏的更新版本已添加快捷键,并且主界面已更改为WinMain。
A game built with C language,Tic-tac-toe game, which allows for both player vs. player and player vs. computer gameplay. It can automatically calculate scores and uses the EasyX graphics library. An updated version of the Tic-tac-toe game has been added with shortcut keys and the main has been changed to WinMain. (2024-07-03, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1720005497483982.html

[C/C++工具库] Endless-Runner

这段C++代码创建了一个名为“毒蛇冲刺”的基本游戏。玩家使用箭头键控制角色(#),避开敌人(X)并收集硬币(o)。当玩家的生命值达到零时,游戏结束。它跟踪行驶的距离,并相应地更新分数。玩家可以用他们的名字来保存他们的高分。
This C++ code creates a basic game called "Viper Dash." Players control a character ( # ) using arrow keys, avoiding enemies ( X ) and collecting coins ( o ). The game ends when the player s health reaches zero. It tracks distance traveled and updates the score accordingly. Players can save their high score with their name. (2024-04-21, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1713686183344988.html

[C/C++工具库] c-pacman

用C++编写的游戏,类似于Pacman。玩家的任务是在对手之前收集地图上尽可能多的点。玩家标记为P,对手标记为E
Game written in C++, similar to Pacman. The player s task is to collect as many points on the map as possible before the opponents do so. The player is marked as P and the opponents as E (2024-04-13, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712994544667896.html

[C/C++工具库] game-on-cpp

使用SFML库在C++上玩游戏
Game on C++ using SFML library (2024-04-04, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712290031578203.html

[C/C++工具库] Labyrinth-Maze-Exploration-Project

这个C++项目展示了一款引人入胜的迷宫探索游戏,玩家可以在两种类型的迷宫中导航
This C++ project presents an engaging maze exploration game where players navigate through two types of mazes (2024-04-01, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1711983899168828.html

[C/C++工具库] 3D-Amusement-Park-Game

游戏环境包括各种3D对象和将您表示为玩家的角色。游戏的目标是设计玩家在游戏中需要实现的目标,例如收集物品或到达特定目的地。游戏是使用C++和openGL创建的
The game environment includes various 3D objects and a character representing you as the player. The objective of the game was to design a goal, such as collecting items or reaching a specific destination, that the player needs to achieve within the game.The game was created using C++ and openGL (2024-02-27, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1709035416144890.html

[C/C++工具库] Souls-DungeonRPG

这个基于C++文本的RPG允许玩家探索地牢,与各种敌人进行轮流战斗,并收集物品以生存。有了武器选择和战略决策,玩家必须在地牢中导航,同时管理自己的健康和资源。
This C++ text-based RPG allows players to explore a dungeon, engage in turn-based combat with various enemies, and collect items for survival. With a choice of weapons and strategic decision-making, players must navigate through the dungeon while managing their health and resources. (2024-02-19, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708357395323874.html

[C/C++工具库] Asteroids-Race

一款面向对象的C++赛车游戏,玩家在竞技场中导航,在躲避对手的同时获得奖励。“”
An Object-Oriented C++ racing game where players navigate arenas, collecting rewards while evading opponents." (2024-02-07, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707451680660782.html

[C/C++工具库] CheckerGames_SFML

一款由C++库SFML制作的双人棋盘游戏。一种回合游戏,两名玩家可以在同一设备平台上玩游戏并测试彼此的技能。
A 2 Player Checker game made with C++ library, SFML. A turn based game where two players can play and test their skills against each other on the same device platform. (2024-02-09, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1707436181819151.html

[C/C++工具库] sweetHeartGame

sebuah game menggunakan library sigil di c++dimana玩家menyerang敌人yang datang dari sisi kanan dan mendapatkan poin ketika玩家membunuh敌人
sebuah game menggunakan library sigil di c++ dimana player menyerang enemy yang datang dari sisi kanan dan mendapatkan poin ketika player membunuh enemy (2023-12-28, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703729780169674.html

[C/C++工具库] diamond-quest

这是使用c++语言构建的2d游戏。它有一个弹跳球,玩家可以控制,并且在收集钻石时必须避开障碍物。
This is 2d game built using c++ language .It has a bouncing ball that player controls and has to avoid obstacles while collecting diamonds. (2023-12-24, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1703585289396881.html

[C/C++工具库] Chip8Emulator

一个用C++编程的经典模拟器,帮助人们玩俄罗斯方块、吃豆人等怀旧的老派游戏...
A classic emulator programmed in C++ to help people play nostalgic old-school games like Tetris, Pac-Man, etc. To use this code, make sure you have the SDL library installed on your device. (2023-11-23, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1700869183201480.html

[C/C++工具库] 2D-Cat-And-Mouse-Game

用C++编写的基于文本的追逐游戏。玩家必须在被猫追捕时收集迷宫中的所有食物。,
A text-based chaser game written in C++. The player must collect all of the food in the maze while being hunted by a cat., (2023-08-01, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1690865268168667.html

[C/C++工具库] libc

实现各种标准c函数,以供娱乐和学习
Implementation of various standard c functions for fun and learn (2015-11-13, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688603066327949.html

[C/C++工具库] libcef

利百福,,
libcef,, (2016-09-08, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688602960564876.html

[C/C++工具库] libcef

利百福,,
libcef,, (2018-01-30, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688602924654688.html

[C/C++工具库] libcef

利百福,,
libcef,, (2015-06-01, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688602898450310.html

[C/C++工具库] libcef3

利百福3
libcef3 (2015-02-09, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688602826154936.html

[C/C++工具库] 2-Player-Pacman

用C++开发的游戏,使用SFML库。1名玩家控制一个幽灵,而另一名玩家扮演吃豆人...
Game Developed in C++, utilizing the SFML Library. 1 Player controls a ghost, whilst the other plays as Pac-Man trying to collect all the dots whilst being on the run, attempting to clear all levels. (2021-10-21, C++, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1687990467524396.html

[C/C++工具库] SimpleCxxLib

SimpleCxxLib,一个简单的C++库,用于介绍CS。来自斯坦福德CPPLib的叉子。
SimpleCxxLib,A simple C++ library for introductory CS. A fork from StanfordCPPLib. (2023-04-17, C++, 1089KB, 下载0次)

http://www.pudn.com/Download/item/id/1681717083836562.html
12
总计:26