Not bad honestly, not to my style but I have a pretty good feeling there are many people here who don't even realize how hard getting this far truly is.
though to be entirely honest you may want to touch up on the game's graphics into a more uniformed style but yeah I guess that has nothing to do with the programming aspect but always a good idea to make it look nice, it helps build momentum to make it even better as a program as well.
Nice work. I have done a lot of programming over the years, made a game (Deluxe Pacman for the PC) but never really tried making anything using DirectX. I am finally sitting down and learning more about DirectX and trying it using Microsoft's tools, now that Visual Studio 10+ is free, it's a good time to learn and I have to give Microsoft credit for supplying the tools needed free. Nice work on the engine, looks really good.
NIIIICCCEEE......I just started learning C++ and I like looking at what other people are doing with it. BTW-WHY DOES THE SETTING LOOK MEDEVAL, BUT THERE ARE SPACESHIPS THAT LOOK LIKE THEY SHOULD BE IN HALO???
@Diabolist10 I prefer udk rather than unity, but I admire people who can actually make their own game engine. But you re right, thanks to all programmers that created game engines and we can use them to create our game without deep knowledge of programming. By the way do you know some page that I can download low poly 3d models from for free?
i have seen a lot of games made on C++ ,C#... but how u guys make them? :S i would really appreciate some tips =) actually i dunno about c++ :/ im studying C# atm. Greetings :D
@10n02com hey dude younge programmer kinda new im trying to make a 2d game that uses textures and world generating im wondering what i need to learn i know a good amount of C+ and trying to graps what i need need next?
You don't necessarily need to know C++ (though it's one of the most common languages used), but you should be familiar with the language you are using, as well as familiar with programming in general - games are usually quite complex programs, so if you don't have experience in organizing your code you'll probably ride yourself into a bloody mess of unmaintainable spaghetti before you have even produced the first visible output.
If i was 5 years younger i would have scoffed at this game, but im doing programming in college now,just starting object oriented programming, and i tell you, i have come to appreciate the knowledge,patience,persistence and time that actually goes into developing a game as simple as this. And when i see games like these, they just make me want to continue reading and learning more. They inspire me. i just wonder, hen will i be able to make a game like that???
thank you! for the moment I cant really earn money with this game because I use lots of ideas of Warcraft games. I just make this game in order to be a better graphic programmer.
I hope that one day i can do something like this as well. Im currently JUST starting to learn DirectX11 via DirextXTutorial(DOT)com .
I got a question for you : Do you think that its required to learn how to make 2D-games before i can learn DirectX ? Because yet i never programmed any 2D-games.
Before programming 3d games I have developed console games & 2D games... Beginning directly with 3D games... I think it's possible but it's harder. you will have to deal with 3d maths & game programming at the same time. But don't worry, with motivation, all is possible! good luck
@10n02com You got me wrong there ^^ I actually have basic knowledge in C++, did a lot of console-crap and i programmed some Keyloggers ( using KeyboardHooks) with a lil dialoge etc. So i know all the basics of c++ and then i actually felt ready to jump in 3D-programming.
Maths shouldnt be a problem, since im actually very good at understand maths etc. and i have the right persons to talk to ( someone who has a master in maths etc. )
@10n02com Hmm ive checked through amazon and the only really GOOD books are for DirectX9, and there is a huge difference between 9 and 10 so it wouldnt make too much sense to learn 9 for me now. The ONLY book for 11 seems to s*** hard, a lot of flame-comment for that one :/
I think ill just stick with the online tutorial and post my remaining questions in some forum.
I hope that i will be able to programm a lil 3D-game before i go to university, which is in about 1 1/2 years.
I agree that most books are about DirectX 9. You are right, there is a huge difference between the 9 and the 10. In my opinion, the 9 is easier but the 10 is stronger... I think there are not a lot of differences between 10 & 11. In any cases, it's better that you start to learn on the latest technology. If you feel at ease with online tutorials, so deal with them for the moment, waiting good directx11 books...
@10n02com Yep, the difference between 10 and 11 is in fact not really big.
Well, there are some things i yet dont understand, theoretical things. Posted them in a forum and i actually dont want to go on without having them answered.
nice super serious music. but ya that was actually pretty decent. even the monsters have their names being displayed when u enter combat, i like that. +like
Thanks. I don't know this book. For the moment I'm still programming with directx9. If you feel comfortable with this book don't buy another. learn with samples too, there are a lot on the SDK of directX and on the NVIDIA website -> communities -> developers -> Directx -> SDK10
@RedMage1993 Wasn't aware of that , I actually got his e-book "Introduction to 3D Game Programming with DirectX9.0c A Shader Approach" off the internet , it's pretty damn good :P
Seriously, this is quite an accomplishment for one person. I have almost finished reading my DirectX 9.0c book, then I am planning to create some games, too. Keep it up!
wow, verry impressive, particle engine needs work... and some phisics issues... but for the most part it's really well done. made it by yourself or with a groop?
This game doesn't seem to work on my computer. (Damn you Windows 7.)
The Theolith beta 1.0 refuses to run on my computer at all, and an error message pops up while loading gameplay in version 2.02 saying:
"DirectX is not up to date. Please update DirectX." or something along those lines. It doesn't automatically close, however once gameplay starts, everything goes all demented, eventually getting to the point where my gfx driver crashes. Can you help me with this problem?
I don't know where is the problem. (I have Windows 7 and it works). The only thing I can say is: (as you said) check that you have the last Update of Directx and of your Drivers Video card
actually, I use DirectX as the main engine. But, when you make your game, you usually have to make your own engine which is just a layer above DirectX (in order to simplfy the using of DirectX)
Awesome man! I remember seeing this when I was starting out and it was such an inspiration. Great to see you're still going :D It actually looks like a really fun game. Art is great too
Awesome man! I remember seeing this when I was starting out and it was such an inspiration. Great to see you're still going :D It actually looks like a really fun game. Art is great too
I can't seem to play either of them on my computer anymore, i use to be able to play the first one but now i get an error on log in (it's been installed on my computer for a while now) and the 2.02 version wont even open :(
I have both 2.02 and 1.0 on my desktop and i play WoW so unsure why theolith doesnt work. the error message for 2.02 is only that it encountered a problem and has to close and 1.0 doesnt seem to have the error anymore.
the files are in the folder it came with on my desktop and i play WoW so dont think directx should have a problem and the error for 2.02 just says it encountered a problem and has to close (1.0 started working randomly)
That's really awesome for a C++ game, but is it really worth it spending such a long time writing it in C++ rather than using a a game engine like Unity or Blender? I'm in a C++ class and it takes months just for my classmates to make a mediocre game and i'm wondering if I will end up doing that.
you are my inspiration source ^^ :D i am learning C++ cause i want to create my own game :D, and download some cool models from hive cause they have some cool spell effects :) Keep Going :D
how long to program ?
WILLIAMW00D 1 month ago
@WILLIAMW00D
Hard to answer because this project is the "fusion" of my older projects...
I have programmed for about 7 years.
10n02com 1 month ago
Nice, must have to alot of working creating this.....
TheQuickscopezPro 2 months ago
Not bad honestly, not to my style but I have a pretty good feeling there are many people here who don't even realize how hard getting this far truly is.
though to be entirely honest you may want to touch up on the game's graphics into a more uniformed style but yeah I guess that has nothing to do with the programming aspect but always a good idea to make it look nice, it helps build momentum to make it even better as a program as well.
AvuraChan 2 months ago
lol! eldar tanks!
sbryans123 2 months ago
Nice work. I have done a lot of programming over the years, made a game (Deluxe Pacman for the PC) but never really tried making anything using DirectX. I am finally sitting down and learning more about DirectX and trying it using Microsoft's tools, now that Visual Studio 10+ is free, it's a good time to learn and I have to give Microsoft credit for supplying the tools needed free. Nice work on the engine, looks really good.
NeilRoy65 4 months ago 4
@NeilRoy65
thx, good luck with your learning
10n02com 4 months ago
she walks like she got a stick up her butt lol
zoreman 7 months ago 7
pretty awesome
micantatu 7 months ago
It takes many many months for my games to be rendered
clark3rocks 8 months ago
NIIIICCCEEE......I just started learning C++ and I like looking at what other people are doing with it. BTW-WHY DOES THE SETTING LOOK MEDEVAL, BUT THERE ARE SPACESHIPS THAT LOOK LIKE THEY SHOULD BE IN HALO???
13dnizinski 8 months ago
@13dnizinski
caps off
pufixas 5 months ago
great job! how long does it takes to create something like this? and how many line of code we are talking about?
StevenCarline 8 months ago
@StevenCarline
it takes many years (during my spare time)
I don't know the number of line... but it's a lot :) it's about 40 objects (in terms of OOP)
10n02com 8 months ago
@StevenCarline use unity3d and get used to it in 1 week and u can do this less than a day :)
Diabolist10 8 months ago
@Diabolist10 I prefer udk rather than unity, but I admire people who can actually make their own game engine. But you re right, thanks to all programmers that created game engines and we can use them to create our game without deep knowledge of programming. By the way do you know some page that I can download low poly 3d models from for free?
StevenCarline 8 months ago
@StevenCarline not really check google :S
Diabolist10 8 months ago
yes it's possible... But it's a long work to switch a big program from DX to OpenGL...
10n02com 8 months ago
is it possible to make that in opengl
linkinl1 8 months ago
Hey would you like to join a professional gaming team of 25 people? If your interested contact me at m.meyer@vxtream,.com
VisionXtream 8 months ago
@VisionXtream
Hi, thanks for your proposal but for the moment, I already have an internship that takes a lot of my time!
10n02com 8 months ago
very WoW but with Tai?
EXIILZ 8 months ago
very WoW
EXIILZ 8 months ago
Is that a Warhammer 40K Eldar Grav Tank???? seems pretty familiar...
:P
punkdp1p3r 9 months ago
@punkdp1p3r
I don't know, shapes aren't mine. As I said in the description, they are from hiveworkshop :)
10n02com 9 months ago
main character is moving like a zombie
theresnospo0n 10 months ago
better graphics than wow :D
Pregorn95 10 months ago
this must take a lotta time
zhir96 10 months ago
AWESOME!
Funtasmia 11 months ago
Really impressed. Makes me want to learn to program in C++.
ThatSaxonGuy 11 months ago
OMG!!! EPIC RUNNING SKILLS!!!!!!!!!!!!!!!!
htvirus 11 months ago
i have seen a lot of games made on C++ ,C#... but how u guys make them? :S i would really appreciate some tips =) actually i dunno about c++ :/ im studying C# atm. Greetings :D
fredykiller24 11 months ago
@fredykiller24
If you want to make 3D games with C#, you could use XNA.
type something like "how to make game with XNA" in google
10n02com 11 months ago
@fredykiller24 My advice to you is to learn C++, not C#.
nexus1g 11 months ago
@nexus1g kewl =) im reading some books of c++ now, and btw have u tried XNA? im trying to learn a bit of it too =)
fredykiller24 10 months ago
@fredykiller24 I've never used XNA. I've only used DirectX.
nexus1g 10 months ago
@fredykiller24 You don't want to use XNA it gives out poor graphics. What you really want is dot net framework
WillDC96 10 months ago
ops wtf i still programing with turbo c++ and i have no idea about this only console programing
you make me feel bad ctrl+w
frees0lution 1 year ago
@frees0lution ahha, just get into opengl some day or SDL ")
MrSaggat 11 months ago
Yey! Cylon raider xD
ghr0th 1 year ago
warcraft much?
Logart8 1 year ago
Very nice, very inspiring, I hope I too, one day, can create something like this.
P.S. What is your modeling program?
Reload25 1 year ago
Very nice, very inspiring, I hope I too, one day, can create something like this.
Reload25 1 year ago
how can I add Direct3D to visual c++ 2010 express??
pls help me
FckngH4c0r 1 year ago
Hey, this is really good. How long have you been programming for?
BenBailey17 1 year ago
@BenBailey17
thank you
I program 3d games since 5 years
10n02com 1 year ago
@10n02com Ahh very nice. I'm going to college for computer programming. I'm really into this stuff, any tips?
BenBailey17 1 year ago
@BenBailey17
tips: be motivated and read books
10n02com 1 year ago
@10n02com hey dude younge programmer kinda new im trying to make a 2d game that uses textures and world generating im wondering what i need to learn i know a good amount of C+ and trying to graps what i need need next?
who885 10 months ago
@who885
You don't necessarily need to know C++ (though it's one of the most common languages used), but you should be familiar with the language you are using, as well as familiar with programming in general - games are usually quite complex programs, so if you don't have experience in organizing your code you'll probably ride yourself into a bloody mess of unmaintainable spaghetti before you have even produced the first visible output.
narutofan9999 9 months ago
pretty insane
djthomasx 1 year ago
If i was 5 years younger i would have scoffed at this game, but im doing programming in college now,just starting object oriented programming, and i tell you, i have come to appreciate the knowledge,patience,persistence and time that actually goes into developing a game as simple as this. And when i see games like these, they just make me want to continue reading and learning more. They inspire me. i just wonder, hen will i be able to make a game like that???
Incogneto100 1 year ago 2
@Incogneto100
programming video games is like any other activity. you must practice regularly if you want to be in the best :)
10n02com 1 year ago
nice work ! i wish i can be like u ! how old are you ?
FinshFlash 1 year ago
really! how old are you anyway? you can get rich by this!? Try to get in online and youll get lucky
killerbram40 1 year ago
@killerbram40
thank you! for the moment I cant really earn money with this game because I use lots of ideas of Warcraft games. I just make this game in order to be a better graphic programmer.
10n02com 1 year ago
@10n02com I hope you will succeed in the world of Game-programming
killerbram40 1 year ago
@killerbram40
me too, thank you!
10n02com 1 year ago
Is it a Cylon Raider?
williamjrodrigues 1 year ago
@williamjrodrigues
Yes, but it's not mine, it's a 3D model from hiveworkshop(dot)com
10n02com 1 year ago
Wow, this is just so awesome.
I hope that one day i can do something like this as well. Im currently JUST starting to learn DirectX11 via DirextXTutorial(DOT)com .
I got a question for you : Do you think that its required to learn how to make 2D-games before i can learn DirectX ? Because yet i never programmed any 2D-games.
LtuL1 1 year ago
@LtuL1
Before programming 3d games I have developed console games & 2D games... Beginning directly with 3D games... I think it's possible but it's harder. you will have to deal with 3d maths & game programming at the same time. But don't worry, with motivation, all is possible! good luck
10n02com 1 year ago
@10n02com You got me wrong there ^^ I actually have basic knowledge in C++, did a lot of console-crap and i programmed some Keyloggers ( using KeyboardHooks) with a lil dialoge etc. So i know all the basics of c++ and then i actually felt ready to jump in 3D-programming.
Maths shouldnt be a problem, since im actually very good at understand maths etc. and i have the right persons to talk to ( someone who has a master in maths etc. )
3D-Programming is what i EVER wanted to do :P
LtuL1 1 year ago
@LtuL1: great! so what are you waiting for programming in 3D ;)
a last advice could be that you buy a book, they are useful! Directx 11 hasn't a lot of books about it... but I sure there is at least one on amazone
10n02com 1 year ago
@10n02com Hmm ive checked through amazon and the only really GOOD books are for DirectX9, and there is a huge difference between 9 and 10 so it wouldnt make too much sense to learn 9 for me now. The ONLY book for 11 seems to s*** hard, a lot of flame-comment for that one :/
I think ill just stick with the online tutorial and post my remaining questions in some forum.
I hope that i will be able to programm a lil 3D-game before i go to university, which is in about 1 1/2 years.
LtuL1 1 year ago
@LtuL1
I agree that most books are about DirectX 9. You are right, there is a huge difference between the 9 and the 10. In my opinion, the 9 is easier but the 10 is stronger... I think there are not a lot of differences between 10 & 11. In any cases, it's better that you start to learn on the latest technology. If you feel at ease with online tutorials, so deal with them for the moment, waiting good directx11 books...
10n02com 1 year ago
@10n02com Yep, the difference between 10 and 11 is in fact not really big.
Well, there are some things i yet dont understand, theoretical things. Posted them in a forum and i actually dont want to go on without having them answered.
Just about rendering-things, still essential ^^.
LtuL1 1 year ago
Good work.
I am a good 3D 3D-Modeller and i can code. Now i am learning DirectX. Then i want to create a good RPG.
VIDEOLORD5000 1 year ago
why is all your models from warcraft 3? or models to warcraft 3 from hive workshop :D?
eetu47 1 year ago
@eetu47
just because I'm not a 3d designer, I'm just a programmer, so I need 3d already made
10n02com 1 year ago
how did u make the map?
seromania85 1 year ago
@seromania85
I have made my own map editor
10n02com 1 year ago
@10n02com nice...how many hours only for the map editor?
seromania85 1 year ago
@seromania85
I don't know in hours... a long time... about 3 years during my spare time...
10n02com 1 year ago
nice super serious music. but ya that was actually pretty decent. even the monsters have their names being displayed when u enter combat, i like that. +like
Zatchbelly97 1 year ago
Wow that was impressive ..
I just started programming in directx myself, I'm currently reading a book by Frank D. Luna
Got any other suggestions on what other books I should get ?
spiricn 1 year ago
@spiricn
Thanks. I don't know this book. For the moment I'm still programming with directx9. If you feel comfortable with this book don't buy another. learn with samples too, there are a lot on the SDK of directX and on the NVIDIA website -> communities -> developers -> Directx -> SDK10
10n02com 1 year ago
@spiricn lol from game institute?
RedMage1993 1 year ago
@RedMage1993 huh :S ?
spiricn 1 year ago
@RedMage1993 lol Frank D Luna teaches at gameinstitute
RedMage1993 1 year ago
@RedMage1993 Wasn't aware of that , I actually got his e-book "Introduction to 3D Game Programming with DirectX9.0c A Shader Approach" off the internet , it's pretty damn good :P
spiricn 1 year ago
@spiricn nice. haven't seen it yet. you can find the gameinstitute courses c.c off the internet.
i've found the cpp, gp, and gmt courses; c++ for game developers, graphics programming with directx, and game mathematics.
RedMage1993 1 year ago
nice real... i'm lerning c++ too , i'm 12
ProGamer01100 1 year ago
I like how it looks like warcraft 3 :) the animations and surroundings
Hanning11 1 year ago
Really cool, have you done this alone?
Symeon94 1 year ago
@Symeon94
thanks, yes I made it alone (with books & internet)
10n02com 1 year ago
@10n02com Where did you have find the Directx tutoriel?
I program in 2d but i wanna begin in 3d
Symeon94 1 year ago
@Symeon94
in books :)
10n02com 1 year ago
Dude this is friggin awesome.
samham123456 1 year ago
For one person that is amazing! Great job!
n8style 1 year ago
Seriously, this is quite an accomplishment for one person. I have almost finished reading my DirectX 9.0c book, then I am planning to create some games, too. Keep it up!
TheEntentrainer 1 year ago
you really should fix her walk..
but that looks amazing, well done!
TheStevebigmac 1 year ago
wow, verry impressive, particle engine needs work... and some phisics issues... but for the most part it's really well done. made it by yourself or with a groop?
NickBlackDIN 1 year ago
@NickBlackDIN
thanks for your comment. I made it by myself.
10n02com 1 year ago
she had a retarded walk
nabakoful 1 year ago
Salut, tu l'a trouvé où directx ?
tonysanthedarkstar 1 year ago
@tonysanthedarkstar
Directx is already install on Windows. But if you want to program with Directx, you need the "directx SDK" (on the microsoft website)
10n02com 1 year ago
@10n02com no other way? there's no lib, includes etc ? for programing with an IDE (code::blocks for exemple)?
tonysanthedarkstar 1 year ago
@tonysanthedarkstar
When you download the SDK of directX, you will find includes, libs, samples...
10n02com 1 year ago
This game doesn't seem to work on my computer. (Damn you Windows 7.)
The Theolith beta 1.0 refuses to run on my computer at all, and an error message pops up while loading gameplay in version 2.02 saying:
"DirectX is not up to date. Please update DirectX." or something along those lines. It doesn't automatically close, however once gameplay starts, everything goes all demented, eventually getting to the point where my gfx driver crashes. Can you help me with this problem?
Orion4442 1 year ago
@Orion4442
I don't know where is the problem. (I have Windows 7 and it works). The only thing I can say is: (as you said) check that you have the last Update of Directx and of your Drivers Video card
10n02com 1 year ago
@Orion4442 Download Dirext X Rofl
samham123456 1 year ago
@samham123456 I already made sure I had the latest version of DirectX at the time. Windows 7 just sucked (still does, but not as much).
And I already fixed the problem a long time ago. Ended up downloading a MSI Package re-updating the software to do so.
Orion4442 1 year ago
@Orion4442 oh okay, I have windows 7 also and I just installed Dirext X , cause I noticed I didn't have it.
samham123456 1 year ago
@samham123456 Odd. Windows should come with DirectX; it's an important part of Windows. And btw it's spelled DirectX, not to be a prick or anything.
Orion4442 1 year ago
excellent but i still don't understand 1 thing. Do you must code first a engine and with the engine the game or is DiretX the engine ?
Lupic1995 1 year ago
@Lupic1995
actually, I use DirectX as the main engine. But, when you make your game, you usually have to make your own engine which is just a layer above DirectX (in order to simplfy the using of DirectX)
10n02com 1 year ago
@10n02com quit interresting i just started with C++ and just can make some Forms things :) maybe in 3 Years ^^ great Job !
Lupic1995 1 year ago
is there something wrong with the main character or is he supposed to walk like theres something wrong with him?
StupidVids2009 1 year ago
Awesome man! I remember seeing this when I was starting out and it was such an inspiration. Great to see you're still going :D It actually looks like a really fun game. Art is great too
RyanPridgeon 1 year ago
Awesome man! I remember seeing this when I was starting out and it was such an inspiration. Great to see you're still going :D It actually looks like a really fun game. Art is great too
RyanPridgeon 1 year ago
cylon raider?
GhostXoP 1 year ago
this is the coolest thing I've seen on youtube in a long time. Great job!
adikid89 1 year ago
well done! :D
Appfyr 1 year ago
Exellent job! I am working on a game too, and I got a question: what is the simplest way to make a terrain collision detection?
rahautsou 1 year ago
I use tile. One tile is compose with 2 triangles.
If I have a point x,y,z I want to know if this point is above(no collision) or under(collision) the terrain.
First I find in what tile is the point (just using x and y)
second I find if this point is in the first or the second triangle of the tile (just with x and y)
then I know in what triangle I'm. So with the 3 points of the triangles, I compute the plan equation. ax + by + cz + d = 0
finally, I know if x,y,z is above or under
that's the idea
10n02com 1 year ago
@10n02com TY :D
rahautsou 1 year ago
Can I preatty please have the source code ?
razvan116 1 year ago
Wow, amazing... your mind in the future increment in your engine MMO things?
Great vídeo and congratulation. Sry about the bad english, I'm from Brazil!!
katapoka 1 year ago
@katapoka :
yes. I'm always improving my game engine
10n02com 1 year ago
Lol all i can do is console games :(.
This is amazing.
nickrohn93 1 year ago
I can't seem to play either of them on my computer anymore, i use to be able to play the first one but now i get an error on log in (it's been installed on my computer for a while now) and the 2.02 version wont even open :(
Azdeth11 1 year ago
@Azdeth11
hello. I didn't modify 1.0 so if it don't work on your PC now and that it worked before, I think it's your PC.
- can you play others directx video games ?
- what's your error message ?
- don't put my game in a too long file path
10n02com 1 year ago
I have both 2.02 and 1.0 on my desktop and i play WoW so unsure why theolith doesnt work. the error message for 2.02 is only that it encountered a problem and has to close and 1.0 doesnt seem to have the error anymore.
Azdeth11 1 year ago
the files are in the folder it came with on my desktop and i play WoW so dont think directx should have a problem and the error for 2.02 just says it encountered a problem and has to close (1.0 started working randomly)
Azdeth11 1 year ago
@Azdeth11
It's interesting that you said me that. for the next version, I'll try to improve errors information.
10n02com 1 year ago
Thats beyond amazing... that is something that take much time, dedication and effort well done!
KeananDevonCampbell 1 year ago
That's really awesome for a C++ game, but is it really worth it spending such a long time writing it in C++ rather than using a a game engine like Unity or Blender? I'm in a C++ class and it takes months just for my classmates to make a mediocre game and i'm wondering if I will end up doing that.
RavingKunaiX 2 years ago
@RavingKunaiX
my aim isn't to make a game (else I would have used RPG maker...) but to understand the low levels mechanism of a 3D game.
10n02com 2 years ago
this looks pretty kick ass dude!
aydoooo 2 years ago
Great Work, This is just awesome!
I sub'd!
check out my engine, I use c++ too :D
hebronsawyers 2 years ago
awesome
testwordz 2 years ago
if u get a team of C++ pros this game can go far try making a game like Continent of the ninth xD
ControlUreFeelings 2 years ago
WOW U will have a future in doing stuff like this TES BON MAN CONTINUE COMME CA CEST BIEN POURRAI TU M'APPRENDRE =D
ControlUreFeelings 2 years ago
You've gotten a lot of encouraging comments in just under a week. Pat yourself on the back - you've done a very good job.
Also, I'm working on trying to find more bugs in Theolith; but I am also bogged down with college work.
Kelarre653 2 years ago
really nice. how long you've been on it
loczster 2 years ago
omg u made this! très très très très bien!!
NikeSBNikka23 2 years ago
Wow this is surely the most impressing one-man game project you can find on youtube! Keep going!
Bon travail:D
domcpp 2 years ago
@domcpp
merci :)
10n02com 2 years ago
how long have you study c++ and direct x?
ImaginaryLegion 2 years ago
5 years
10n02com 2 years ago
wow amazing. period. you are great inspiration and id love to see this turn into something big
kkKLAYman4223 2 years ago
you are my inspiration source ^^ :D i am learning C++ cause i want to create my own game :D, and download some cool models from hive cause they have some cool spell effects :) Keep Going :D
snacki15 2 years ago
I'm very impressed. Keep going. Favved and subscribed, I am speaking in my utmost sincerity when I say that I really wish to see more from you.
Kelarre653 2 years ago