New Game
1
Name:
Anonymous
2007-12-06 2:45
Hello I just started my first game. I need your help deciding what to add to it next. When done I want it to be like WoW only with graphics like Crysis. Here is the code I have done so far.
#include <iostream>
using namespace std;
class Hero
{
public:
int Health;
int Attack;
};
Hero & CreateHero();
int main()
{
Hero *ThisHero = new Hero;
*ThisHero = CreateHero();
Hero *NewHero = ThisHero;
ThisHero->Health = 5;
NewHero->Attack = 10;
cout << ThisHero->Health;
cout << "\n" << ThisHero->Attack;
cin.get();
ThisHero = NULL;
delete ThisHero;
}
Hero & CreateHero()
{
Hero *MyHero = new Hero;
return *MyHero;
}
41
Name:
Anonymous
2007-12-07 10:09
42
Name:
Anonymous
2007-12-07 10:31
HEY GUYS STOP POSTING HERE SO WE WILL NEVER REACH
>>50
43
Name:
Anonymous
2007-12-07 10:39
44
Name:
Anonymous
2007-12-07 10:46
>>50 better not be me, because he's the real deal
45
Name:
Anonymous
2007-12-07 10:54
>>50
Fuck you, you ruined the whole thread
46
Name:
Anonymous
2007-12-07 11:16
WE CAN'T STOP NOW
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>50
47
Name:
Anonymous
2007-12-07 11:23
FUCK YOU
>>50 IS A FAGGOT
48
Name:
Anonymous
2007-12-07 11:23
49
Name:
Anonymous
2007-12-07 11:23
50
Name:
Anonymous
2007-12-07 11:24
I am saging this faggotry.
51
Name:
Anonymous
2007-12-07 11:24
52
Name:
Anonymous
2007-12-07 11:35
53
Name:
Anonymous
2007-12-07 11:40
54
Name:
Anonymous
2007-12-07 11:44
55
Name:
Anonymous
2007-12-07 11:45
This thread sucks.
56
Name:
Anonymous
2007-12-07 12:05
>>50 is the cancer that is killing /prog/
57
Name:
Anonymous
2007-12-07 12:10
>>100
You fucking suck nigger
58
Name:
Anonymous
2007-12-07 15:27
59
Name:
Anonymous
2007-12-19 22:57
these are the threads that keep me coming back to /prog/
60
Name:
Anonymous
2007-12-19 23:06
Best thread ever.
61
Name:
Anonymous
2007-12-19 23:07
PS: you should use a higher level toy language, then you'd just have to say:
game :: kinda-like WOW (with graphics-like (crysis))
62
Name:
Anonymous
2007-12-19 23:16
Stop bumping old threads you nigger
63
Name:
Anonymous
2007-12-19 23:22
>>62
Then make new threads that are not shit.
64
Name:
Anonymous
2007-12-22 6:39
>>49
!print "This is bar\n";
as opposed to
print "This is bar\n";
?
lolurite this language is awesome
I'LL GET GUIDO ON IT
ASAP .
65
Name:
Anonymous
2009-03-18 2:56
I feel the need, the need for weed!
Marijuana MUST be legalized.
66
Name:
Anonymous
2011-01-31 21:26
<-- check em dubz
Newer Posts