2,027 Topics

Member Avatar for
Member Avatar for Ginho
Member Avatar for Onion13

I kind of figured out how to put a pause in my 2d game when the player shoots. The problem is that when the player shoots once, the game will continue to shoot continously, even after the player has stopped shooting. Can someone please help me? void Bullet()//draws the players …

Member Avatar for Onion13
0
215
Member Avatar for Arthur090

Hello, I created a C ++ program, which I linked to a game. I gave an address on which I can give actions, for example mouse event, it works. My goal is to insist that when this value is correct the mouse will stay on this object even if I …

Member Avatar for rproffitt
0
33
Member Avatar for Onion13

Working on a game and I made a separate class to handle the players enemies (Its a scrolling type 90s game). I know if I use picturebox and put it on form1 I can say for example.... enemy1.Left > 90; My question is how would I do something like that …

Member Avatar for rproffitt
0
436
Member Avatar for Mn1208
Member Avatar for Onion13

Would someone explain to me how to use bitmap. I have a video game I am working on so I added images using resourcesrx and wanted to use bitmap to display where they will appear on form1. I saved the image as player.

Member Avatar for rproffitt
0
46
Member Avatar for lilindiekid

Can anyone help me to write combat class? 1. Combat between two creature cards: Reduce the defending creature’s HP by the attack power of the attacking creature card AND reduce the attacking creature’s HP by the attack power of the defending creature card. If either the attacker or the defender …

Member Avatar for rproffitt
0
84
Member Avatar for lilindiekid

1. Combat between two creature cards: Reduce the defending creature’s HP by the attack power of the attacking creature card AND reduce the attacking creature’s HP by the attack power of the defending creature card. If either the attacker or the defender or both of them is/are reduced to 0 …

Member Avatar for rproffitt
0
128
Member Avatar for Onion13

Made progress on my game and now I need to make the second boss bounce up and down. I figured out how to make the boss go down, but once it touches the lower wall, it stops and won't bounce (move up). void BossMove() { if((BOSS.Top + 10) <(this.Height - …

Member Avatar for rproffitt
0
74
Member Avatar for lilindiekid

Hi guys! I am currently using c++ and I wanted to start doing basics of a game with oop. And I thought MGT would be good. So, the problem is idk where to start with. I'm planning to use only Land, Creature, Enchantment and, Sorcery cards. so is there any …

Member Avatar for JamesCherrill
0
166
Member Avatar for affulransford27
Member Avatar for Joslup

Hello! guys, I am developing a java game, "the rabbit, turtle, bird," I have a small problem, I do not know how to put attributes to the objects created, for example, a goal of 60 feet, the turtle walks " shift "of 4-8 meters, 6-12 rabbit, but has a 60% …

Member Avatar for Ayesha_17
0
785
Member Avatar for Mustikamoos17
Member Avatar for Member #1208636

I need to know if there's a way (my intution tells me there isn't a fits-all solution) to accomplish this. I have in mind a Unity asset that I want to create. This asset requires that all of the developers scripts send and receive messages from my asset framework. Its …

Member Avatar for Dani
0
25
Member Avatar for Eu_531

Hi, I am a begginer and I can't find an useful full and free tutorial for using Open GL in game development... do anyone know a place to learn it? Also, an full C++ free tutorial would help me a lot!

Member Avatar for Naheedmir
0
94
Member Avatar for Fadaser

Does anyone of you versed in the gaming industry? I want to earn, as the owner of a casino or sports betting site. In general, all the same. How does all this make? what budget is needed? where to go? Thanks in advance, friends!

Member Avatar for Dima_5
-1
244
Member Avatar for Michael23++
Member Avatar for Mr.M

Hi, I'm curious on how and which tools are used to develop an 8 ball pool game. The one I'm referring to is that you play online with strangers, and friends for coins and tournaments. Can anyone point me to the right direction. This will be my first attempt in …

Member Avatar for andrewflintoff
0
1K
Member Avatar for Member #1201009

Hey, Im working on the UNO game in python and am almost done with the rest of the code but I am not able to print the UNO logo as of yet. Please help. I need to submit my work tomorrow.

Member Avatar for rproffitt
0
44
Member Avatar for sharinmuakee

***Hello everyone. I would like to write something that I have been addicted recently. Yeah, it’s about a new game called ARCHWAR : Heroes and Demons. I’ve started to play this game for quite some time and I would suggest you all to give a try. “Play every game as …

Member Avatar for Dani
0
34
Member Avatar for Super_5

guys please in a few days I have an exam could you give me the code in language c for the 5 player tombola game (with a struct)... thanks

Member Avatar for rproffitt
0
28
Member Avatar for Vincenzo_1

does anyone please have the connect four game program in c language? I need it for an exam

Member Avatar for rproffitt
0
51
Member Avatar for Jen Larosa
Member Avatar for lewashby

I don't do a lot on my computer anymore and on the odd change that actually play a game on it it's usually and older game so there's not problem. However there is one part of the game Dieing Light that I can't play because the game becomes too choppy, …

Member Avatar for rproffitt
0
93
Member Avatar for Tom_46
Member Avatar for H. B. Duran

[ATTACH=RIGHT]16325[/ATTACH]Today, the [I]Entertainment Software Association[/I] released findings from two studies by Dr. Christopher Ferguson of Texas A&M University. In an interesting twist, Dr. Ferguson's findings suggest that not only are violent video games okay to give to children, they may actually be beneficial. Video games are often blamed for violent …

Member Avatar for Naheedmir
2
3K
Member Avatar for tempa4643

Hi, I'm curious on how and which tools are used to develop an 8 ball pool game. The one I'm referring to is that you play online with strangers, and friends for coins and tournaments.

Member Avatar for rproffitt
0
30
Member Avatar for Onion13

I am learning to code and I have been working on a game using what I have learned to make it. So I have been making my version of R type C# game and got everything working so far but I run out of ideas how to make this part …

Member Avatar for Onion13
0
435
Member Avatar for DarkSlash

Im making a game in Unity 2019, I export it to iOS, then open it with Xcode 11.6, I make all the signing process, but when I want to build it I get: > 81 duplicate symbols for architecture arm64 and here is the full description: https://justpaste.it/5uj8p I tried: * …

Member Avatar for rproffitt
0
42
Member Avatar for xoxmikestersxox

Here's my code for a Hangman game I'm developing: #include <iostream> using namespace std; const char *const Words[]={"America", "Barrack", "country", "doctors","salamat"}; #define NWORDS (sizeof Words/sizeof (char *)) int main() { const char *toguess=Words[0]; char guess[15] = " "; int numguesses = 1; char ch; string str1; string str2; // string …

Member Avatar for MUGDHA_2
0
191
Member Avatar for C_Oleyers

The thing is creating a game is hard to pursue if you live in an Asian family not being racist but im one of them having my elderly taunting me that you cannot earn money on some stupid game have a real job like law or do medical school.

Member Avatar for rproffitt
0
35
Member Avatar for Lucas_18

First things first, it might be an excellent decision to start with basics and shed light on the essentials of random number generators (RNGs) and their capacities. For those interested in how RNGs work, let’s start with essentials that you need to know before creating your own online game. Any …

Member Avatar for rproffitt
0
47
Member Avatar for Gilbertsilva123

hello everyone iam kinda new with pygame. I wanted to create a one mans game which is similar to shoot and killl. i was able to move around my play but the issue is that whenever i press the K_space nothing is coming out and also i would like when …

Member Avatar for Gilbertsilva123
0
336
Member Avatar for dabeershahid786

i am a writer at [xbox 360 emulator games](https://emulatorgaming.com/download-video-games-xbox-for-pc-windows-7-8-10-and-mac-emulator-gaming/)

Member Avatar for Dani
0
79
Member Avatar for Xozz

Hi. Years ago, I started writing a game called iWarz. It's a PHP-script. I've never finished it and I'm not sure if I ever will. But what I can do with it is to show you the code. So please, go ahead and download it. Study it, tell me what …

Member Avatar for andrevanzuydam
0
179
Member Avatar for Analo

write a function(let us call it score) that given a point in the target (defined by its real cartesian coordinates x and y), returns the correct amount earned by a dart landing in that point

Member Avatar for rproffitt
0
94
Member Avatar for maxmayer392

Hello there. Glad to be here. I used to work as a game developer for about 4 years

Member Avatar for Dani
0
98
Member Avatar for adisharma

Hello Everyone, I want to learn python to become a game developer and I looking to learn python course online but I am confused about which course is good for a fresher point. I have worked on the python module also so I have basic knowledge about it. If anyone …

Member Avatar for Rohan_15
1
582
Member Avatar for bianca2002

Hello! I am a beginner at c++ and want to create a tic tac toe game using stacks. So, I am very much in need of an example of code for tic tac toe with stacks, or at least a piece of advice since I am totally lost.

Member Avatar for rproffitt
0
255
Member Avatar for mahela007

Hello everyone! and Seasons greetings! I'm thinking of putting together a new PC and I don't know what type of specs would suit me best. Here's what I usually do with my PC: 1 : To be honest, it's web browsing. But I want to be able to play 4k …

Member Avatar for rproffitt
0
313
Member Avatar for ranalimbo

looking for laptop for latest gaming under $1000 need some suggetions for [gaming laptops under $1000]

Member Avatar for rproffitt
2
804
Member Avatar for ICgames
Member Avatar for flas

Anyone who has bought the Nintendo Switch Lite? I have ordered one for my little boy, and now he wants to get some cool switch lite accessories, some recommendation? I have found one switch lite screen shell from **Flashcarda.com**, anyone who has the shipping experience。

Member Avatar for DonStar
-1
186
Member Avatar for Bert Pitt
Member Avatar for DonStar
0
282
Member Avatar for David_141

Hi guys, i am new to the forum so i hope i am in the right section as i heard this was the go to forum. I am an avid gamer and looking for a gaming laptop under $1000 that i can use for atleast 2 years before having to …

Member Avatar for Xianders
1
2K
Member Avatar for Kelly_11

After months of waiting, I am ready to invest in a gaming laptop with all the features included. Looking for something with great graphics and performance, possibly 16GB Ram. My budget is under $2000 and brand is not a priority.

Member Avatar for baabroz1
1
2K
Member Avatar for flas

We all know the the [Nintendo Switch Lite](https://3dsflashcarts2dsxl.blogspot.com/2019/07/can-we-hack-nintendo-switch-lite.html) will be released at this month, compring with Old Nintendo Switch, will you buy it?

Member Avatar for rproffitt
0
163
Member Avatar for divine_mulengas
Member Avatar for speakdif45

I was looking for open source projects on google and found this platform crowdsourcer.io is there anyone with experience using the platform? I plan to contribute to a game project there.

Member Avatar for rproffitt
1
409
Member Avatar for Steven1142

I started my first stream to learn how to use OBS and Twitch. After some time, everything worked pretty good for a first stream. However, I have one question. I use a gaming PC and a streaming PC. I tried to preview my stream on my streaming pc before I …

Member Avatar for Steven1142
0
371

The End.