![]() |
Text based game
Well, im about to embark on my very first program that will actually take some effort, well.. newb effort. This is going to be the hardest thing i've accomplished and i know i will finish because i never start something i wont finish because i believe its a waste of time if i dont finish, and i love programming! So.. here is the basics of the game:
Evil monsters Poisonous frog Fanged rabbit Seagul King cobra Toothless farmer(Boss) The game will consist of a hero(you) and there will be an experience system, health, mana, damage, and stats[Strength, Health, Agility]. It is a rpg type game that will simply let you level up to level 5, then you will face the farmer boss. Any help will be accepted, if your skills are needed.. not too much to help with though since its just text and im pretty sure i know how to do all of this on my own.. since it is infact another test for me. Any ideas will also be accepted if they appeal to me. I will update this thread daily, maybe every 2 days with the source, so people know what i've completed. The main purpose of this is so that i will understand more clearly the basics of a game platform, and how the system works in general. Hopefully will help other people once i get posting the first couple segments of code. The Stats system i first created will be used in this game, although it might be tweaked slightly, since it did work.. but there were definately some small problems with it. P.S The games name needs to be determined, so let me know if you have a name for it and it will most likely end up being called the name you decide, unless its something like "text game".. im looking for a little bit of a serious name. I had a the basics done before, but found many problems so i had re-done the whole thing, which isnt too much. Here is what is done so far, let me kno what you think. :
#include <iostream.h> |
Why did you re-create the same thread???
|
i posted in C++ but then i saw this forum so im posting here now, not gona revive the old one.
|
Cross posting is against the rules. Look before you post, I think the old saying goes.
|
So, because i didnt see this forum earlier it would be ok to post the progress i have made on the project and talk about my program in the C++ forums :confused:. The rules create a conflict that a less bright individual such as myself would not understand.. I have pmed a mod/admin to delete my c++ post so maybe that gets me off the line..
|
If PFO was UNIX like we coudl just make a symbolic link and everyone would be happy.
|
Well, you can ask the mods to move the thread... amounts to the same thing, doesn't it?
|
Health/Mana, speed, and experience have been added and are ready to be implemented into the game. I am considering using a wc3 type intelligence, agility or strength hero system but havent decided on it yet. Name of the game is still pending incase anyone has any thoughts. I havent decided what I will work on next, but im sure it wont take too long to complete it as i have most of the basics down and have a rough 'picture' of what im planning on doing to finish this.. so you will have to see and wait what happends next, not like it really matters to anyone since this game is nothing special, just another test of my abilities.
:
#include <iostream.h> |
looks good! Congratulations on validating the user input!
|
The monsters have been created with health and damage, random damage is done, between 2 set values (10 to 20 damage, 13 - 14 damage). I think i will do the experience system next, or work on the combat system, maybe both if im feelin like it. God damnit im having so much fun :D
EDIT: forgot to add the code lol :
#include <iostream.h> |
| All times are GMT -5. The time now is 6:27 PM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC