Pangea's Quest

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: Pangea's Quest

Post by MrDeathNote »

eatcomics wrote:
ultimatedragoon69 wrote:About the video's, i will try and make another one. I feel as though i need to make more quality video's so it might take me awhile to get another video up.
Take your time, because an epic video makes you feel good, and motivates you like no other
Agreed
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
User avatar
ultimatedragoon69
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Tue Oct 28, 2008 1:57 pm
Current Project: Pangea's quest (text ~tile~ based rpg)
Favorite Gaming Platforms: Dreamcast, PC, playstation 1, Virtual Boy, Snes
Programming Language of Choice: c++
Contact:

Re: Pangea's Quest

Post by ultimatedragoon69 »

School has totally messed up my timetable for this game again.

Update:

Event system-

Added teleport functionality to my text files.

-------------------------------------------------------

Restructuring

-> new UML
-- I am trying to rework the code so everything makes sense. This will take quite a bit of time because i plan to combine several of my source code files and rework others that need work. Doing this will get me to update all the code so i won't miss anything. Not only that but i don't want the spaghetti includes i had.

new/modified files
-
gameStart.h
gameStart.cpp
player.h
player.cpp
playerHandler.h
playerHandler.cpp
gameMovement.h
gameMovement.cpp
creature.h
creature.cpp
creatureHandler.h
creatureHandler.cpp
audio.h
audio.cpp
event.h
event.cpp
-

I'm starting from a fresh project and imbedding what i have, I will update periodically. This will do several things for me. First it will give me a structure to work with. Instead of just blind programming. Second my code will become neater and even more object oriented (which is what i'm aiming for). Third My code will be reworked so it is easier to use. Making new content easier and faster to program without having to look through a million files to find what i'm looking for. Last but not least, I have learned Alot since doing this project. I think it's about time to bring my project up to date with myself.

Image

because i had no updates in awhile here's an old pic of my workspace
->
Image
User avatar
ultimatedragoon69
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Tue Oct 28, 2008 1:57 pm
Current Project: Pangea's quest (text ~tile~ based rpg)
Favorite Gaming Platforms: Dreamcast, PC, playstation 1, Virtual Boy, Snes
Programming Language of Choice: c++
Contact:

Re: Pangea's Quest

Post by ultimatedragoon69 »

UPDATE 4/10/2010

I have begun rewriting my player object and handler.

rewritten/changed
+PlayerHandler|
------------------
-creating characters(can now create and store multiple characters)
-creating files for multiple characters // problem with making directories
-Setting characters attributes from files
-setting characters attributes from UI
-can now toss player object into battle system instead of calling spefic functions to get the information i can just load it locally and get the battle information inderectly from the player object reference.
-addCharacterExperience is now able to take experience add it to the player and alter the experience and check toNextLevel apropriatly and then call level up character if character has level, if character is multiple levels ahead it will take that into consideration.
-can now load characters directly from the playerName list (after checking the name on the name list to see if it exists it will go into the character folder and load the playerStats.txt file.
-+character attrib UI
--altered attributesCheckHighest from 370 lines of code to 4 lines of code (thx to ginto8 and MDK)
--altered attributesCheckLowest from 360 lines of code to 4 lines of code (thx to ginto8 and MDK's help)

Player|
--------
-A generice player object with the ability to set and get the players attributes, and able to print the player information.
pritam
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 991
Joined: Thu Nov 13, 2008 3:16 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Amiga, PSOne, NDS
Programming Language of Choice: C++
Location: Sweden

Re: Pangea's Quest

Post by pritam »

Anything new on the game? Possibly a demo of some sort? :>
User avatar
ultimatedragoon69
Chaos Rift Regular
Chaos Rift Regular
Posts: 122
Joined: Tue Oct 28, 2008 1:57 pm
Current Project: Pangea's quest (text ~tile~ based rpg)
Favorite Gaming Platforms: Dreamcast, PC, playstation 1, Virtual Boy, Snes
Programming Language of Choice: c++
Contact:

Re: Pangea's Quest

Post by ultimatedragoon69 »

Not as of yet, Once i'm done with a few things i will have an update for it though. That way at least everyone knows i havn't been doing nothing.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Pangea's Quest

Post by eatcomics »

and you're not dead, we always like to know our fellow members are not dead :mrgreen:
Image
Post Reply