Search found 5 matches

by ghost_tech81
Tue Oct 27, 2015 4:34 pm
Forum: Programming Discussion
Topic: Noob Question
Replies: 3
Views: 6162

Re: Noob Question

The most common way to do this would be to put each class declaration in their own separate header files and the definitions in their own separate cpp files. //PlayWorld.h class PlayWorld { public: void PrintPage(); void PrintMonsters(); void PrintItems(); }; //PlayWorld.cpp void PlayWorld::PrintPa...
by ghost_tech81
Mon Oct 26, 2015 4:10 pm
Forum: Programming Discussion
Topic: Noob Question
Replies: 3
Views: 6162

Noob Question

Hi guys, Just a quick question concerning C++. I have been writing some code. However I have just realised that as I am writing several classes, it will probably make more sense to have my code organised into Header files. Can someone please give me some guidance here as I am unsure what I should be...
by ghost_tech81
Sun Oct 25, 2015 5:27 am
Forum: Game Development
Topic: Fantasy REPG Take 2
Replies: 2
Views: 6289

Re: Fantasy REPG Take 2

SO I spent last night doing some coding (mostly character creation system) and some more designing work (trying to get everything sketched out so I'm not just randomly typing in code). Although I have used C++ in the past, I still have issues with Linked Lists (still learning) so just wondering if a...
by ghost_tech81
Sat Oct 24, 2015 6:47 am
Forum: Game Development
Topic: Fantasy REPG Take 2
Replies: 2
Views: 6289

Fantasy REPG Take 2

Hey Guys, I recently joined and posted about learning Unity for an RPG idea. However I have decided to do the challenging way and learn some more advanced programming skills in the process. To start off with, before jumping into any kind of graphics, I am going to get the mechanics working, via a Te...
by ghost_tech81
Mon Oct 19, 2015 12:35 pm
Forum: Game Development
Topic: Fantasy RPG
Replies: 0
Views: 20694

Fantasy RPG

Hi all, I am currently using and learning Unity. I desire to create games that are set in a fantasy Universe. However I am more interested in the game development and the level design than creating my own system from scratch. I have played Pen and Paper D&D and Pathfinder. Does any have any sugg...