Game Programming

Pages: 1, 2, 3, 4
free web hosting
Free Web Hosting > Computers & Tech > Programming > Game Programming

Game Programming

  1. Creating An Mmo (1 replies)
  2. How Do I Make A RPG Battle System? (14 replies)
  3. Database (7 replies)
  4. Mccodes, What Else? (0 replies)
  5. What You Need Before You Can Create A Text-based Game.. (7 replies)
  6. Help Me Create A Text-based, Turn-based Game (10 replies)
  7. Mccodes (13 replies)
  8. Mccodes Help (2 replies)
  9. Browser Based Text Games (2 replies)
  10. Online Multiplayer Game (16 replies)
  11. How To Make A Text Based Online Game Script ? (23 replies)
  12. Rpg Sprites/graphics (9 replies)
  13. Runuo Programming (4 replies)
  14. Wuts A Good Game Maker Program? (12 replies)
  15. Gba Game Program (5 replies)
  16. Instant Replay Code? (0 replies)
  17. Making A Turn Based Game Like Ogame (9 replies)
  18. Powerpoint Based Games! (18 replies)
  19. Is There An Online Rpg Maker And Game Tester ? (9 replies)
  20. Direct3d Setrenderstate(d3drs_zenable,true) Has No Effect ? (4 replies)
  21. Site To Create Your Own MMORPGs (33 replies)
  22. Can You Link Game Maker With Mysql/php (0 replies)
  23. Do You Program/code Your Own Games (11 replies)
  24. Help A Beginner Start On With Game Programming (8 replies)
  25. Flash 8/actionscript 2, Platform Game (little Help). (7 replies)
  26. Advice About Making A Text Based Game (9 replies)
  27. Need Help With Codeing For A Turn Based Game (0 replies)
  28. I Need Help Finding The Best Way To Learn Php (4 replies)
  29. Need Help With Code For Battle Calculator For An Mmorpg I Am Planning (0 replies)
  30. Help Creating A Browser-based Rpg (5 replies)
  31. Help With Game Design In C++ (7 replies)
  32. I Want To Create A PHP Text Based Web Game (5 replies)
  33. My Works (1 replies)
  34. Need Help In Game Making (3 replies)
  35. Battledawn (1 replies)
  36. Unity 3d (0 replies)
  37. Rpg Maker Xp? (8 replies)
  38. Clickteam: Your Opinions (4 replies)
  39. Flash Game With Highscores (4 replies)
  40. Help With Php Game Map (3 replies)

Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2, 3, 4
Similar Topics

Keywords : programming

  1. Runuo Programming - (4)
    there is someone that know programming on runuo and ultima online? I was trying to make so that he
    could himself be created account through web but the script that I have for the game server (that he
    update the account stored in database and synchronize them with the database) gives an error to me:
    ( if someone is even than it helps me, it says to me that it does not find the data origin (i think
    the database that i specified) given that I have specified: ( perhaps mistake driver -. -...
  2. Programming In Glut (lesson 1) - The first of a series of tutorials on how to use the OpenGL Utility To (3)
    Hello, I'm starting a series on how to program in OpenGL using the OpenGL Utility Toolkit,
    a.k.a. GLUT. I chose GLUT because it is quick and easy to write, and very easy to learn. In this
    tutorial I am going to teach you how to create a basic window which we will build off of in later
    tutorials. Throughout the tutorial I will leave notes to let you know what each command does, and
    how you can modify it to fit your needs. Everything in the code section can be copied and pasted
    into your compiler and it should compile proporly, if it does not, please let me know, a...
  3. Introduction To Programming - (1)
  4. Programming In Glut (lesson 4) - Making 3D objects (7)
    Hello, in this tutorial we will be creating a 3D pyramid. We are building this tutorial from Lesson
    3, but I took out the 2D objects and placed a 3D pyramid in there instead. The 3rd axis for drawing
    can be a litle confusing, but after you get the hand of it you'll do fine. Now when you are
    setting a 3D vertex just remember that the camera is on the positive end of the z axis. So things
    that have a more positive z axis value are closer than verteces with a more negative value. Well
    let's get started We always start by including the glut library CODE #i...
  5. [tutorial] Basics Of C Programming - Part 1 - (11)
    Well, I was going through a few posts on C / C++ on asta .. and found a very less C related
    subjects. I went through the entire tutorial of mastercomputers >>HERE .. It was a nice
    tutorial for guys who have a little knowledge of programming basics and want to go into hardcore
    programming. Since there was no Basic overview of what C was, i thought of writing one /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />. I wil make shure that what i
    write will be 100% accurate, but its human to error so please correct me if i am wrong. Let...
  6. How To Save A Image In Pdf File And Download It? - Programming script need hepl. (10)
    Can anyone tell how to save an image into a PDF file and download it without need to save it on the
    server? Thanks. All sugesstions are welcome! Wrong section. Topic moved to Software >
    Graphics & Web Design. ...
  7. Help A Beginner Start On With Game Programming - (8)
    I would like to make some game- no matter what but I have NO idea about programming. I only know php
    a bit, html, java script and css, but I'd like to have game not in the internet but let's
    say a real one... any idea, or progamm which might help?...
  8. Starting Programming - Where to begin? (15)
    I am new to programing and I am confused about where to start. I would like to learn how to make
    programs but i hav no clue how to. Thanx...
  9. C# Tutorial : Lesson 3 - Programming Constructs - (1)
    Conditional Branching By branching we imply, having different paths for execution.
    Conditions are used to determine which statements need to be executed. Suppose, you have a program
    to store the details of employees. Depending upon the post of the employee, there would be various
    fields associated with it. A department head, for example, would have a property denoting the
    department he heads, etc. We use conditional branching in such a scenario. C# provides the
    following conditional constructs:- if .. else Syntax:- if ( ) { statements } else { statement...
  10. Does Anyone Code Using Turing - A student programming language (2)
    Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by
    University of Toronto and is now owned by Holt Software in Toronto. Sample: var name:string var
    input:string put "Please enter your name" get name:* cls put "Please enter your message: " ..,
    input cls put "Your name is: ", name put "Your message : ", input It should accept your name and
    show your name and message. xboxrulz...
  11. A Few Thoughts On Freelance Programming - Some things I've learned along the way. (9)
    I've been freelancing my PHP / Web skills for about 8 months now. It seems like every job I
    have taken is always much larger than I planned on. About 4 months ago, I answered an ad for Joomla
    Tutoring! I get to the website, take a look around and realize that something is very wrong...
    The individual that hired me to be a tutor had hired another developer to set up the new Joomla
    based site and create a new template for it. Generally speaking, if you are really good at HTML and
    CSS, you can create a Joomla template with very little PHP knowledge. At first I...
  12. Need Help Programming With Databases (VB.NET) - Need some help please! (9)
    Hi all, I have decided to do a major IT project on Visual Basic .Net 2005. I know some of the basics
    and know what i'm doing. But i have come asking for some help in how to program with databases.
    I was wondering if there was anyone out there that knows what they are doing and if they can help.
    All I really need to do is to make the program read several different fields and open the as one
    entry to be edited. and also to find a value in one of the entry's (like a search) and use other
    entry's in that field to input into the program. Even if you could point...
  13. What Shall I Learn First In Programming ? - How to begin programming ? (11)
    Hey guys i'm posting here because i've a doubt, about 1 year ago i started to develop a
    certain taste for programming, at first i tryed code Websites using Html ,then with php, then Mysql,
    and at last all together. Now i alreday finished my hardware Reparation course, but that old taste
    for programming is calling me to do other thing else besides repair hardware. Meanwhile i've
    develop taste for other several kinds of languages and i'm a bit confused because i dont know
    whitch programming language bring me future. So i wonder what programming language sha...
  14. C# Tutorial : Lesson 4 - Object Oriented Programming - (2)
    Object Oriented Programming Object Oriented Programming is a methodology modeled on real
    life. It comprises of the basic unit, an object, being used in implementing a program. Think of all
    the objects around you - cars, buses, birds, trees, etc. You will find countless ones of them,
    everywhere you go. In order to tackle this huge number, we started classifying them, thus came the
    term Class. Class A class is a composition of the theoretic characteristics (attributes and
    properties) of an object and the things it can do - behaviors, methods and features. Tak...
  15. Rpg Maker Xp Rgss - Ruby Discursions - Talk about programming techniques used in the RGSS (1)
    What are the methods from the "Time" class in the RPG Maker XP. Is it native from Ruby? Since
    it's not open for editing, I don't now what are the methods I can use with it. What are the
    options I have for "comparing dates" there? ...
  16. Programming Games With C/c++ And Sdl - Great tutorials (1)
    Hello, I post a link to some great tutorials at C/C++ programming with SDL. You can easily learn
    how to make a 2D cross-platform game. They're really easy-to-comprehend and well-explained.
    Link PS: I'm not an author of those! kaziorvb...
  17. Where to start Programming ? - (7)
    I want to learn how to crate new programs but i dont know where to begin. Please tell me the best or
    easy to use program that will help me create new programs. /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> Thanks...
  18. Poll / Debate: Is Php A Programming Language Or A Scripting Language? - (12)
    There is an ongoing discussion about the nature of PHP that is taking place in the shoutbox, and I
    think it should be moved into a topic in its own right. People seem to be divided into 3 camps.
    Some people are saying things like: "but php is a programming language..." "it is a full-fledged
    programming language; it's actually quite similar to c++, and also offers classes, which I
    consider a powerful feature" Then again others are saying: "by official definition I would imagine,
    I don't like thinking of it as one" "someone i know is making a php bnc, but in all...
  19. Where To Start Learning Programming - Please advise me on which language to (16)
    I am a beginer to programming i wish to know from which language should i start programming C, C++
    Is there any problem if i jump directly to vb or like please respond where can i find good beginer
    tutorials Thank you...
  20. Programming C In Windows - 2 questions (8)
    Ok I usually would use Linux to program because there is a compiler (gcc), but I need to use Windows
    to program for now because of a few unexplained reasons. I need to find a compiler for Windows that
    will compile the C language. I have tried Microsoft Visual C++ Express 2008 but I find it to be way
    too bulky and hard to use. The command-line compiler is similar to gcc I guess, and it creates
    executable files for Windows, but the compiler in the actual program compiles C++ but not C for some
    reason. And it will only compile files in projects, not standalone files. In my...
  21. Programming In Glut (lesson 6) - Texture filters and lighting (1)
    This tutorial demonstrates how to use texture filters and will let you see the differences of each
    filter. I will also be introducing lighting into this tutorial. We first have to create our
    "bitmap.h" header file with the functions we use to load our bitmaps, this is changed from the last
    tutorial to fit the needs of this one. The first thing to do is to link all of our OpenGL libraries
    and include our needed headers for the functions we will call. CODE #pragma comment(lib,
    "opengl32.lib")//Link to the OpenGL libraries #pragma comment(lib, ...
  22. Programming In Glut (lesson 3) - How to animate objects in GLUT (1)
    In this tutorial I am going to talk about how to get animation in your program. I will be working
    directly off of Lesson 2 and will now take out the notes left behind from Lesson 1, but I will leave
    the notes from Lesson 2. CODE #include<glut.h>//include our glut library First we
    are going to initialize a variable called "time" which will record how much time has passed so we
    can use it to determine how to animate the objects. Then we have our init function that initializes
    some stuff in GLUT CODE float time = 0;//(NEW) variable to recor...
  23. Win32 Api: Modal Dialog Box Problem - C++ Win32 API Programming (1)
    Here is my problem, I want to create a modal dialog box (application modal) that has a keyboard
    accelerator assign to it. I just don't know where to put the TranslateAccelerator() function
    with regards to modal dialog box since the message loop is inside the function DialogBox(). So how
    to I make a modal dialog box which has a keyboard accelerator assign to it?...
  24. How Long Have You Been Programming ? - (99)
    Lets start this thread and find out more about our coding roadmap! The first code I ever wrote
    was on a BBC Micro Computer that came with its on embedded ROM-OS and ROM-BASIC - this was when I
    was in my 5th grade (1990-91). It was pretty powerful for those times, offering decent 16-color
    graphics and a powerful sound engine behind it (using normal computer speakers) - that PCs never
    achieved. In about an year or so, I shifted over to PCs coz the lack of applications for the BBC
    Micro was getting to me (all appz for it had to be either written in Assembly or that ...
  25. Programming In Vb .net, Vista Compatible ? - (15)
    I am at the start of my end year project, and i have decided that my front end would be in VB .NET
    2003/2005 (havent decided the versions yet). Couldent really decide on the versions because i still
    havent worked on 2005 so i wouldent know. But if anyone can point out the positive and negative
    points, it could save me some search energy /smile.gif" style="vertical-align:middle" emoid=":)"
    border="0" alt="smile.gif" /> Anyways, back to topic. I was wondering if the application i make in
    VB .NET would be compatible with Windows Vista ? The reason i am asking this is beca...
  26. Something To Start With... - I want to start programming (3)
    Ok, I would like to start learning programming but I do not know where to start. For web designing,
    I used to use Microsoft FrontPage 2000, that generated somewhat usable pages, but my first
    experiences with HTML was learning from a book that I got from the library, then I ended up at
    W3Schools , where I finished learning HTML and started other stuff, like CSS and PHP. For
    programming however, my first experience was using Microsoft Visual Basic 2005 Express edition,
    creating a "Hello World!" program (the simplest thing), and then trying to use some free
    tutorial b...
  27. Perl Programming Language - (1)
    Hi, I want to use a big number in perl programming language. Unfortunately, my perl software does
    not support "BIGNUM". Is there another way to replace "BIGNUM" to solve my problem. Thank you for
    your feedback. ...
  28. If Programming Languages Were Cars... - (4)
    This is a very funny article about computer languages being like cars:
    http://www.cs.caltech.edu/~mvanier/hacking/rants/cars.html ...
  29. What Are Some Good Game Programming Books ? - (3)
    Can sombody tells me some good books for game programming with C++? /wink.gif' border='0'
    style='vertical-align:middle' alt='wink.gif' /> ...
  30. Anyone Here With Experience In Graphics Programming? - (2)
    Hey all, I'm looking for someone who's got good experience in Graphics Programming
    (Algorithmic Graphics as opposed to PhotoShop and the likes). I require someone who'd work with
    me in a joint venture in running a graphics oriented site - that'd involve a lot of coding using
    PHP's GD/Imagemagick libraries. However, experience in any other language (C++/C#/VB.NET with
    GDI+) would do just fine... coz the same algorithms can be implemented in any given language with
    just minor modifications. Cheers, m^e ...



Looking for Game, Programming

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for Game, Programming
Runuo
Programming
Programming
In Glut
(lesson 1)
The first of
a series of
tutorials on
how to use
the OpenGL
Utility To
Introduction
To
Programming
Programming
In Glut
(lesson 4)
Making 3D
objects
[tutorial]
Basics Of C
Programming
- Part 1
How To Save
A Image In
Pdf File And
Download It?
Programming
script need
hepl.
Help A
Beginner
Start On
With Game
Programming
Starting
Programming
Where to
begin?
C# Tutorial
: Lesson 3 -
Programming
Constructs
Does Anyone
Code Using
Turing A
student
programming
language
A Few
Thoughts On
Freelance
Programming
Some things
I've
learned
along the
way.
Need Help
Programming
With
Databases
(VB.NET)
Need some
help
please!
What Shall I
Learn First
In
Programming
? How to
begin
programming
?
C# Tutorial
: Lesson 4 -
Object
Oriented
Programming
Rpg Maker Xp
Rgss - Ruby
Discursions
Talk about
programming
techniques
used in the
RGSS
Programming
Games With
C/c++ And
Sdl Great
tutorials
Where to
start
Programming
?
Poll /
Debate: Is
Php A
Programming
Language Or
A Scripting
Language?
Where To
Start
Learning
Programming
Please
advise me on
which
language to
Programming
C In Windows
2 questions
Programming
In Glut
(lesson 6)
Texture
filters and
lighting
Programming
In Glut
(lesson 3)
How to
animate
objects in
GLUT
Win32 Api:
Modal Dialog
Box Problem
C++ Win32
API
Programming
How Long
Have You
Been
Programming
?
Programming
In Vb .net,
Vista
Compatible ?
Something To
Start
With... I
want to
start
programming
Perl
Programming
Language
If
Programming
Languages
Were Cars...
What Are
Some Good
Game
Programming
Books ?
Anyone Here
With
Experience
In Graphics
Programming?
advertisement




Game Programming



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE