1,039 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for pratikmishra22@yahoo.com
Member Avatar for ~s.o.s~

Hello to all Gamedevelopers out there. Many of your have already wanted to get into game development but came to a stand still due to the lack of resources. [B]Please don't post Spam or Thank you posts in this thread since this is meant to be used as a guide …

Game Development api first-post
Member Avatar for Serapth
4
3K
Member Avatar for PCBrown

Peter Molyneux, the man behind Lionhead Studios and the fantasy based series, Fable, spoke at a TED Global (Technology, Entertainment, and Design) conference in Oxford on Tuesday, reintroducing Milo, the “virtual human” software that utilizes Microsoft’s upcoming Kinect controller for the Xbox 360. This is the first time Milo has …

Member Avatar for Agni
4
372
Member Avatar for happygeek

You might be forgiven for thinking that Activision would be more than just a little pleased with game developers Infinity Ward which is responsible for the Call of Duty franchise, and which Activision acquired back in 2003. Forgiven, but wrong. Modern Warfare 2 is more than a game, it's [URL="http://www.daniweb.com/news/story252883.html"]the …

Game Development gaming legal publishing
4
373
Member Avatar for PCBrown

[ATTACH=RIGHT]16267[/ATTACH]Indie game developer Jeff Vogel (head of Spiderweb Soft.) wrote a thoughtful [URL="http://jeff-vogel.blogspot.com/2010/07/sometimes-its-ok-to-steal-my-games.html"]piece[/URL] on piracy on Wednesday, for his blog, [URL="http://jeff-vogel.blogspot.com/"]The Bottom Feeder[/URL]. As an industry veteran and most important of all, human, he explains why piracy isn't always a bad thing, and can often be downright justifiable given the …

Game Development gaming peer-to-peer piracy
Member Avatar for Potence
3
411
Member Avatar for varone

Hello, I have simple problem for professionalist (that i think ) but i asked all available AI about it and none was able to help and solve problem. so nothing is able to help me in this. I have simple app that show 3 colored axes and camera that move …

Game Development gaming java opengl
Member Avatar for varone
2
138
Member Avatar for Hussain_14

Hello, I would like to know how much time is taking to develop a game, you may ask why am I asking this question the reason is that I'm a newbie in this field and it will be my 1st project doing practically, I was a little bit confused about …

Game Development gaming
Member Avatar for kishanrg
2
508
Member Avatar for jimmyhen77

First, I'm a passionate gamer and professionally a game developer. It's a dream of me to create games like assassin creed series, I also own a [website](https://skydownloading.com/) which basically all about gaming. You might know how much I'm into gaming. If I start working out than how many Days or …

Game Development gaming
Member Avatar for AndreRet
2
419
Member Avatar for Schol-R-LEA

I've been working on the GUI portion of my [C++ Connect-N game project](https://github.com/Schol-R-LEA/ConnectN), and have gotten it to would could charitably be called a working state. However, the game AI, not to put it to finely, stinks. I was wondering if anyone here has more experience in implementing a minmax …

Game Development c++ gaming github gui
2
99
Member Avatar for ranalimbo

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

Game Development gaming laptop
Member Avatar for rproffitt
2
791
Member Avatar for Apolonian

Hello! I always wanted programming my own games, but i dont know where to start. At school im coding in C, and i read a lot that some people suggest C++, but i dont know. Your ideas? I would like to make a 2d game , which will be also …

Game Development gaming
Member Avatar for CodingCricket
2
1K
Member Avatar for PCBrown

As more Q1 fiscal reports keep rolling in, it's clear that Sony stands out among the gaming pack, thanks in part to a significant rise is PS3 Sales. Unfortunately, Nintendo and Capcom didn't fare so well. [ATTACH=RIGHT]16254[/ATTACH][B]Sony[/B] Sony bounced back from a 1st quarter loss of $426 million last year, …

Game Development gaming operating-system
2
439
Member Avatar for newsguy

Would you back Avatar (the movie) or [URL="http://www.daniweb.com/news/story248510.html"]Modern Warfare 2[/URL] (the game) to win a fight for the biggest grossing entertainment blockbuster of the last six months? Given that Avatar has already stormed up the biggest movie blockbuster list to sit comfortably near the top as the second biggest grossing …

Game Development gaming microsoft-office
Member Avatar for Abdullah Baig
2
403
Member Avatar for jackwells

Hello, fellow coders, I'm relatively new to coding and web development but excited to embark on a project combining my passion and my budding programming skills. I'm eager to create a tool like this https://minecraftcirclegenerate.com/ created using HTML, CSS, and JavaScript. As a beginner, I'm seeking guidance on where to …

Member Avatar for b_985
1
78
Member Avatar for Michael_80

In Unity 3D, utilizing the Starter Assets package, I am trying to swap the mesh on the Starter Asset character that I duplicated in the scene. I unpacked a prefab so that I could utilize the mesh filter of the new prefab that I imported. I realized that there are …

Game Development c# c++
1
56
Member Avatar for Joaquim_5

how can i read a file to StdPicture? and draw it on memory HDC? Public Sub LoadImage(strPath As String) Dim myPic As New StdPicture Set myPic = LoadPicture(strPath) NewImage myPic.Width, myPic.Height BitBlt MemoryHDC, 0, 0, Width, Height, myPic.Handle, 0, 0, SRCCOPY 'i get only a black background color End Sub

Game Development gaming image visual-basic
Member Avatar for rproffitt
1
122
Member Avatar for Gulshan_6

Hello this is Gulshan Negi Well, I am writing a program for making hangman game in python but it shows some error at the time of its execution. Here is my source code: import random def select_word(): words_in_computer_memory = ['magazine','stars','computer','python','organisation'] word = random.choice(words_in_computer_memory) return word def is_gussed(word, guessed_letter_list): count=0 for …

Game Development gaming python
Member Avatar for AndreRet
1
159
Member Avatar for Joaquim_5

with CreateDIBSection() we create an array of DIB's pixels .. but it's a copy and not a pointer :( when i change 1 pixel or draw a rectangle, i must re-create the DIB's and then draw the result. Private bmpPtr() As Long ReDim bmpPtr(ImageWidth * ImageHeight - 1) hBitmap = …

Game Development visual-basic
1
43
Member Avatar for Joaquim_5

i did these code for create RayCasting: Option Explicit Private Declare Sub Sleep Lib "kernel32.dll" (ByVal dwMilliseconds As Long) Private Const PI As Double = 3.14159265358979 Dim LevelMap(12) As Variant Dim CamWidth As Long Dim CamHeight As Long Dim CamHalfHeight As Long Dim RayCastingPrecision As Long Dim PlayerX As Double …

Game Development gaming os-x visual-basic
Member Avatar for AndreRet
1
646
Member Avatar for Onion13

Working on a game for a friends daughter for her 6th birthday. Its a scrolling game where the player will be Snoopy and they'll be flying around on his doghouse collecting Woodstock (Which are flying around the screen) for each level (There will be 4 levels). At the end of …

Game Development c# gaming
Member Avatar for Onion13
1
238
Member Avatar for You Have Been C

import javax.swing.*; import javax.swing.plaf.basic.BasicTreeUI; import java.awt.*; import java.awt.event.FocusListener; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; public class GamePanel extends JPanel implements Runnable, KeyListener{ final int originTileSize = 16; //The Size of the tiles, or grids final int scale = 3; final int tileSize = originTileSize * scale; final int screenCol = 10; final …

Game Development gaming java java-swing
Member Avatar for ivy.inc.Hugh
1
270
Member Avatar for bj76407

Hey guys and gals, any ideas on gaming laptops with good cooling system. Mine just melted ... :/

Game Development c gaming laptop
Member Avatar for redapplelearn
1
434
Member Avatar for mjseedsca2021
Member Avatar for LeafBulba

I am just learning C++. I haven't made any games with SFML or anything like that. Just wondering whether SFML would be easy for a newbie like me. I am planning on using it after I finish learncpp.com. I am currently at the header guards section right now. Also, what …

Game Development c++
Member Avatar for rproffitt
1
43
Member Avatar for Onion13

Making a scrolling space shooting video game in C# where the player will fight one on one with their opponent. I was able to figure out how to make the missile go up if the opponent was above the player. But, I can't seem to make it work if the …

Game Development c#
Member Avatar for tinstaafl
1
285
Member Avatar for Ernesto_10

Hi, Im creating a canvas and inserting an image. I'm using bind to move the image with my mouse. It works, but whenever I add another image, it doesn't work. When I try to move any images, only image1 moves and image 2 dissappears. Any ideas would help, thanks Here's …

Game Development image python tkinter
Member Avatar for rproffitt
1
49
Member Avatar for Mn1208
Member Avatar for rproffitt
1
24
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.

Game Development gaming open-source
Member Avatar for rproffitt
1
399
Member Avatar for clairrayray

Hi I'm just beginning to learn programming, but I have some knowledge about design and wanted to ask about design in particular. Is it important to have a certain color theme? I mean which color and shapes would be the best for a game design? In psychologty, we call it …

Game Development gaming
Member Avatar for jmvazq
1
370
Member Avatar for Harish_8

I have developed a player v/s player game for tic tac toe..but can't understand the logic for AI ..can someone please include the AI segment in my code because i so much need it for my school project #include<iostream.h> #include<conio.h> #include<string.h> char grid [3][3]; void display_grid() { for(int i=0;i<3;i++) { …

Game Development c++ gaming
Member Avatar for JamesCherrill
1
565
Member Avatar for happygeek

A group describing itself as "DDoS kings" who "just want to watch the world burn" has claimed responsibility for taking the Microsoft Xbox Live network down for an hour or two earlier today. The [Lizard Squad](https://twitter.com/LizardPatrol), posting from a Twitter account called LizardPatrol, published a message warning that "Microsoft will …

Game Development cybersecurity gaming
1
599
Member Avatar for seankleyn

I want to start programming PC Games that use lots of graphics. Which Programming language or languages are best suited for computer graphics programming and WHY?:)

Game Development
Member Avatar for keyboard_me
1
2K
Member Avatar for sabin_silwal

how can we make a background in c++ ..

Game Development c++
Member Avatar for BogdanCov
1
138
Member Avatar for happygeek

A couple of years ago, a 17 year old was arrested for his part in a denial of service attack against gamers playing the online multiplayer version of Call of Duty: Black Ops. The teenager was accused of selling cheat software called 'Phenom Booter' which prevented others from playing (it's …

Game Development cybersecurity gaming
Member Avatar for mrgreen
1
516
Member Avatar for happygeek

Konami, the Japanese games developer responsible for such genre defining classics as Metal Gear Solid and Silent Hill, has confirmed that tens of thousands of customer accounts have been put at risk due to a breach of the Konami ID portal site. During a period between the 13th June and …

Game Development cybersecurity gaming
1
379
Member Avatar for imspikey

I wanted to share this great game development kit called stencyl [stencyl](http://www.stencyl.com) its great for creating 2d games you can publish your game to flash iphone and soon html5 and android is in the way. I am currently developing a game myself using stencyl and going to upload it to …

Member Avatar for april88t
1
128
Member Avatar for happygeek

It's going to be a great Easter for Modern Warfare 2 gamers, and that's official. Robert Bowling, Creative Strategist at Modern Warfare 2 developers Infinity Ward, has [URL="http://twitter.com/fourzerotwo/status/10738022531"]posted confirmation on Twitter[/URL] that for the weekend of April 2nd to 5th there will be double experience points on offer to players …

Game Development gaming
Member Avatar for mamun0101
1
450
Member Avatar for happygeek

This special edition of the Guinness World Records book will appeal to geeks and nerds the world over. Not just because it is packed full of the kind of trivia that we all thrive on in social situations, but also because that trivia is firmly based in the realm of …

Game Development gaming iphone
Member Avatar for PixelDown
1
388
Member Avatar for robbie.dunham.50

Hi I am new to programing and I want to learn some basic tings. I also want to learn to create basic games. Could anyone reccomend a good book or websiteto get me started? Thanks, Robbie

Game Development c++ gaming
Member Avatar for PixelDown
1
199
Member Avatar for MrEARTHSHAcKER

Hi guys, I haven't been on daniweb for a while, I've started learning scripting in UDK. But still I wish to make smaller games using native languages. So here goes my question: what is the best IDE for programming small games with nice UI? So far, for programming win apps …

Game Development ide
Member Avatar for Doogledude123
1
184
Member Avatar for eoop.org

Hello :D I need a good 3d game engine to crate fps games, that can be online. I dont want to do scriptiong but i want to desing evry thing my self. Do you know a good engine ?

Game Development
Member Avatar for jamesl22
1
223
Member Avatar for bookstorecowboy

Hello - I'm new to this forum, hello everyone. :) I wanted to see what people thought to the idea of a centralised PC trophy site, which developers can add their trophies to and users can collect in a central place. It's sort of like testing the water, because I've …

Game Development promotion
Member Avatar for royng
1
137
Member Avatar for berben11

Hi All! Been working on the following XNA game engine for the past 3 years… [B]See website for pics and videos;[/B] [URL="http://www.temporalwars.com/dotnetnuke/Home.aspx"]http://www.temporalwars.com/dotnetnuke/Home.aspx[/URL] [URL="http://www.temporalwars.com/dotnetnuke/GameEngine.aspx"]http://www.temporalwars.com/dotnetnuke/GameEngine.aspx[/URL] Contains the following features; Graphics * Per-pixel dynamic lighting * Normal occlusion mapping * Reflection handling * Powerful explosions, fire, and smoke particle systems * Glow post …

Game Development
Member Avatar for ajst
1
324
Member Avatar for newsguy

For anyone who [URL="http://www.itwire.com/content/view/22077/1168/"]doubted[/URL] that the iPhone was to be [URL="http://www.daniweb.com/blogs/entry4622.html"]taken seriously as a games platform[/URL], and there have been many, the release today of Grand Theft Auto as an iPhone app should seal the deal that the iPhone is the real thing as far as being a games console …

Game Development app-store apple gaming iphone
Member Avatar for Appspy
1
361
Member Avatar for CatRambo

[ATTACH=RIGHT]16400[/ATTACH]Today [URL="http://uwnews.org/article.asp?articleID=59530"]University of Washington researchers scored a triumph[/URL] in the ongoing battle for domination of the planet by demonstrating that sometimes humans are better at video games. The announcement came from David Baker, a biologist at the Howard Hughes Medical Institute, and Zoran Popovic and Seth Cooper, computer scientists at …

Game Development gaming
Member Avatar for DragonReeper
1
703
Member Avatar for hegde84

I have a gaming application developed using C#. Please suggest me a good installer for my application...

Game Development gaming
Member Avatar for chaithra85
1
87
Member Avatar for nwhitfield

How would you make a game pretty close to impossible to hack? Please post to help.

Game Development
Member Avatar for IsharaComix
1
93
Member Avatar for WASDted

[ATTACH=RIGHT]15121[/ATTACH]Last Friday marked the 30th anniversary of one of the most beloved and recognized video games of all time, [URL="http://pacman.com/en/about"]PAC-MAN[/URL] (released in Japan by Namco). In celebration Google changed it's logo to resemble the board from the game that marked an era. This tribute to PAC-MAN on Google's home page …

Game Development gaming google seo
Member Avatar for AmericanRogue
1
556
Member Avatar for happygeek

When [URL="http://www.daniweb.com/news/story260273.html"]I wrote about a NES[/URL] and some old games being sold by a basement clearing mum, and fetching an incredible $13,105 on eBay, you know I kind of thought that was the end of it as far as recession-busting auctions of dusty game carts goes. But oh boy was …

Game Development gaming
Member Avatar for Nick Evan
1
413
Member Avatar for micke

Hey, I've been going through some directx tutorials, but for some reason I can't get my program to work with .fx files. It complains that the file cannot be found, even that it's in the same directory and I'm sure that I'm using it correctly.

Game Development c++
Member Avatar for servicecycle09
1
140

The End.