View Single Post
Old 04-26-2009, 03:45 PM   #4 (permalink)
Indoril Nerevar
Manager, Games Team
 
Indoril Nerevar's Avatar
 
Join Date: Jan 2006
Location: Queensland, Australia
Posts: 5,007
OS: Windows 7 RC 64-bit

My System

Re: RPG Development - First Ideas?

I assumed since you're both 15 (according to your profiles), you were both still in high school.

Well, it doesn't necessarily have to be written down on paper (although that would be a good idea). You could have it all typed up in a Word document. It just needs to be recorded somehow.

Psuedocode is where you write out sections of your code mostly in English, to make sure you know exactly what you want before you actually write it. It doesn't use any of the programming syntax, which means you can easily transfer it to any language. For example:


if playerExperience >= requiredExperience
set levelUpPoints to 3
show levelUpScreen
set requiredExperience to requiredExperience + 100
end if
__________________


Donating to the forum keeps TSF free for all.

Common PC Game IssuesCommon Installation IssuesPosting System SpecsPower Supply Information
NVIDIA Drivers ATI DriversThermal Paste GuideSystem Requirements LabYouGamers Game-o-Meter

EverestPrime95DirectXAMD DriversMemtest86SensorsViewDriver Cleaner

I do not give help via PM. Please post your question on the forum.

Last edited by Indoril Nerevar; 04-26-2009 at 03:47 PM.
Indoril Nerevar is offline   Reply With Quote