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

[游戏] Blackjack-Game

这个C++程序模拟21点游戏。它包括用于生成随机数的LCG(线性同余生成器)的类、表示扑克牌的卡、管理一副牌的CardPack和表示游戏中玩家的玩家的玩家。主功能从输入读取命令以检查卡组、洗牌和玩游戏
This C++ program simulates a blackjack game. It includes classes for an LCG (Linear Congruential Generator) for random number generation, Card representing a playing card, CardPack managing a deck of cards, and Player representing a player in the game. The main function reads commands from input to check card packs, shuffle cards, and play the game (2024-03-21, C++, 0KB, 下载0次)

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

[游戏] gamers_hub

游戏玩家可以在这个平台上查看他们的职业成绩、成就、探索新游戏并与全球玩家竞争
A platform where gamers can view their career results, achievements, can explore new games and compete against the players around the globe (2024-03-10, C++, 0KB, 下载0次)

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

[游戏] SimpleChess

可玩国际象棋的简单表示,可重复用于评估程序、国际象棋玩人工智能或嵌入到另一个游戏中。
A simple representation of playable Chess that can be re-used for evaluation programs, Chess Playing AI or embedded into another game. (2024-03-06, C++, 0KB, 下载0次)

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

[游戏] Game-Theory

C++中的一个简单程序,模拟一个博弈论场景,其中两个玩家玩囚犯困境的迭代游戏。在这个游戏中,每个玩家选择合作或叛变,他们的选择决定了他们的回报。
simple program in C++ that simulates a game theory scenario where two players play iterated games of the Prisoner s Dilemma. In this game, each player chooses to cooperate or defect, and their choices determine their payoff. (2024-02-10, C++, 0KB, 下载0次)

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

[游戏] Chess

基于QT GUI的C++下象棋可玩游戏
Playable Game of Chess in C++ with QT GUI (2024-01-25, C++, 0KB, 下载0次)

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

[游戏] MegaWar

自动玩游戏的C++战争卡游戏,
C++ War Card game that automatically plays the game, (2023-09-16, C++, 0KB, 下载0次)

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

[游戏] Snake-Game

Snake是视频游戏概念的通用名称,其中玩家以线路本身为主进行操纵。玩家控制一个d...,
Snake is the common name for a video game concept where the player maneuvers with the line itself being a primary The player controls a dot, square, or object on a bordered plane. As it moves forward, it leaves a trail behind, resembling a moving snake. In some games, the end of the trail is in a fixed position, so the snake continually gets (2021-05-12, C++, 0KB, 下载0次)

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

[游戏] Tic-Tac-Toe

使用SDL实现的Tic Tac Toe游戏,与计算机或玩家玩,使用鼠标单击进行移动。,
Tic Tac Toe game with SDL implementation, play against computer or player, use mouse clicks for moves., (2023-07-19, C++, 0KB, 下载0次)

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

[游戏] oculus-rift-dev-kit-days-custom-engine

外福游戏基本上就是音效游戏,但不统一,和一个动漫女孩在一起
waifu game basically that sonic game but not unity and with a anime girl (2022-02-28, C++, 2536KB, 下载0次)

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

[游戏] UE4_BattleTank

一款坦克部落模式的游戏,既可以在单人游戏中玩,也可以在合作竞争的多人游戏中玩。战斗tak...
A Tank Horde mode game, which can be played both in single player or cooperative/competitive multiplayer. Battles take place in large open terrains and advanced AI tracks down players. Tanks also have realistic movement and suspension. (2023-05-20, C++, 69915KB, 下载0次)

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

[游戏] TIC-TAC-TOE

用diff语言玩多人tic-tac-toe游戏!!!!;)
Play a multiplayer game of tic-tac-toe in diff language !!!! ;) (2018-12-14, C++, 1KB, 下载0次)

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

[游戏] AI-player-tictactoe-and-multiplayer

这是一个简单的项目,用于更熟悉C++。这是一个简单的tictactoe游戏,玩家可以玩一个...
This is a simple project for getting more familiar with C++. This is a simple tictactoe game where players can play againt each other or against an AI using a simpke MinMax algorithm implementation. (2023-01-30, C++, 31KB, 下载0次)

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

[游戏] Rock-Paper-Scissors

这是一个简单的石头剪刀游戏,使用Flutter和WebSocket构建。该应用程序允许两名玩家再次玩...
This is a simple Rock Paper Scissors game built using Flutter and WebSocket. The app allows two players to play against each other in real-time over the internet. The game logic is implemented using the websocket protocol for multiplayer communication. (2023-03-14, C++, 305KB, 下载0次)

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

[游戏] chessplusplus

一种简单的国际象棋游戏,可以在同一屏幕上玩,也可以使用UNIX套接字编程在两台单独的机器上玩。
A simple chess game which can be played on the same screen or on two separate machines using UNIX socket programming. (2022-03-18, C++, 10KB, 下载0次)

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

[游戏] Zer0

可以与机器人玩的国际象棋游戏。
Chess game which can be played against bots. (2018-12-29, C++, 84KB, 下载0次)

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

[游戏] Multiplayer-RTS

多玩家实时策略游戏引擎。
A multi-player real time strategy game engine. (2017-11-22, C++, 29212KB, 下载0次)

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

[游戏] Dice-Invaders

骰子入侵者由四个不同的物体组成:玩家飞船,外星人,外星人的炸弹和玩家的岩石...
Dice Invaders consists of four different objects: the player ship, the aliens, the aliens’ bombs and the player’s rockets. The goal of the game is to shoot as many aliens as possible without being hit by them or their bombs. (2021-01-19, C++, 110KB, 下载0次)

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

[游戏] Tanks-Game

这是一款简单的双人坦克游戏。控制很简单:玩家1:wasd&&spacebar来射击。玩家2:num8,5,4,6...
This is simple tank game for two player. Control is simple: player 1: wasd && spacebar to shoot. Player 2: num8,5,4,6 && num0 to shoot. (2023-03-05, C++, 6061KB, 下载0次)

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

[游戏] SideScrollShooter

一款可玩的侧滚原型游戏。
A playable prototype side scrolling game. (2017-03-07, C++, 180244KB, 下载0次)

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

[游戏] homework

21扑克游戏,有电脑玩家http://en.wikipedia.org/wiki/Blackjack
Blackjack Game (2012-10-04, C++, 4KB, 下载4次)

http://www.pudn.com/Download/item/id/2007203.html
总计:408