What are you working on? V4 (HTML ISN'T PROGRAMMING)
2,003 replies, posted
[QUOTE=Benjy355;17971614]I just finished making a nasty-looking Tic-Tac-Toe for my programming class, the other 2 kids in my grade-level used VB... I used XNA :smug:
I don't like coding competitive AI.[/QUOTE]
Aha, i did that too once, my AI sucked as hell.
[QUOTE=Benjy355;17971614]I just finished making a nasty-looking Tic-Tac-Toe for my programming class, the other 2 kids in my grade-level used VB... I used XNA :smug:
I don't like coding competitive AI.[/QUOTE]
AI doesn't need to compete... just make it cheat like hell.
Although that's kind of hard in Tic-Tac-Toe without the player noticing I guess.
[editline]12:31PM[/editline]
[QUOTE=Overv;17960225]That's what İ thought, but some people here say İ suck at Lua even though İ almost never need help with it. That's why İ wanted to make sure.[/QUOTE]
That's the difference between knowing a language and being a good programmer.
[QUOTE=Benjy355;17971614]I just finished making a nasty-looking Tic-Tac-Toe for my programming class, the other 2 kids in my grade-level used VB... I used XNA :smug:
I don't like coding competitive AI.[/QUOTE]
I am working on a Tic Tac Toe game in my class. But I have to do it in VB since I don't know anything else other then VB. Can' t wait for C++ next year.
[QUOTE=nerdygamer;17972220]I am working on a Tic Tac Toe game in my class. But I have to do it in VB since I don't know anything else other then VB. Can' t wait for C++ next year.[/QUOTE]
Well, don't wait?
[QUOTE=Benjy355;17971614]I just finished making a nasty-looking Tic-Tac-Toe for my programming class, the other 2 kids in my grade-level used VB... I used XNA :smug:
I don't like coding competitive AI.[/QUOTE]
If you really wanted to impress your teacher, you'd use a neural net.
Toasting from my new LG XENON :smug:. It can barely handle facepunch. We need a mobile page.
The bus broke down this morning, or now, and we had to wait 44 minutes for another bus to come.
[QUOTE=Spoco;17972308]Well, don't wait?[/QUOTE]
You don't know how much I want to learn C++ but I can't because having a person like a teacher teach me is so much easier then me reading a book. Which I dont like to do btw.
[QUOTE=nerdygamer;17972928]You don't know how much I want to learn C++ but I can't because having a person like a teacher teach me is so much easier then me reading a book. Which I dont like to do btw.[/QUOTE]
Be happy you get a teacher, here in the Netherlands there's hardly any schools teaching it.
[QUOTE=nerdygamer;17972928][highlight]You don't know how much I want to learn[/highlight] blah blah blah [highlight]Which I dont like to do btw.[/highlight][/QUOTE]
Which is it?
You're not going to learn without putting some effort into it.
[QUOTE=jA_cOp;17972937]Which is it?
You're not going to learn without putting some effort into it.[/QUOTE]
I agree. But reading a book is hard for me. I am not the best reader in the world and when I do I get bored very qucikly. When I am at school it is much easier because we have someone who can explain shit when we don't know what to do.
[QUOTE=nerdygamer;17973042]I agree. But reading a book is hard for me. I am not the best reader in the world and when I do I get bored very qucikly. When I am at school it is much easier because we have someone who can explain shti when we don't know what to do.[/QUOTE]
You're always welcome on IRC when you need things explained. There is a channel on irc.gamesurge.net connected with this subforum; #fpcoders.
[QUOTE=nerdygamer;17973042]I agree. But reading a book is hard for me. I am not the best reader in the world and when I do I get bored very qucikly. When I am at school it is much easier because we have someone who can explain shti when we don't know what to do.[/QUOTE]
Well you are going to have a very hard time at university (if you ever go) since you are required to learn a lot on your own since lectures just help give you a basic understanding/overview to what you read.
[QUOTE=Mattz333;17973062]Well you are going to have a very hard time at university (if you ever go) since you are required to learn a lot on your own since lectures just help give you a basic understanding/overview to what you read.[/QUOTE]
And that is what my thecher does. She gives us the basic understanding and I pretty much get most of it.
[QUOTE=nerdygamer;17973161]And that is what my thecher does. She gives us the basic understanding and I pretty much get most of it.[/QUOTE]
Stop contradicting yourself
Going to my Dads this weekend so I can't get anything done programming wise :( But I am on school holiday next week, so all is good.
Just going make some more stuff up for my hacking game.
[QUOTE=nerdygamer;17973161]And that is what my thecher does. She gives us the basic understanding and I pretty much get most of it.[/QUOTE]
At that point, your impression of your understanding would be quite inflated. You would believe you know 'most of it', though realistically it would be close to 'barely anything'.
When you think you know all the necessary information, you don't. You only know what you know, so you don't know about the other things there are to know, making you believe there is nothing left for you to know.
I had learnt C++, and I believed there was nothing left to learn. I soon discovered (via ##C++@freenode.net) that there was plenty of other stuff to learn. i.e: more advance template semantics, perks of inheritance, floating-point operation troubles, etc.
[b]Never[/b] think there is nothing left to know. This will only prevent you would learning more.
There is always more to learn.
[QUOTE=nerdygamer;17973042]I agree. But reading a book is hard for me. I am not the best reader in the world and when I do I get bored very qucikly. When I am at school it is much easier because we have someone who can explain shit when we don't know what to do.[/QUOTE]
I'm the same way, but I found the "Head First" series of books very readable and actually entertaining. You should check them out. [url]http://headfirstlabs.com/books.php[/url]
[QUOTE=nerdygamer;17973042]I agree. But reading a book is hard for me. I am not the best reader in the world and when I do I get bored very qucikly. When I am at school it is much easier because we have someone who can explain shit when we don't know what to do.[/QUOTE]
I never read any books. The internet is a wondrous place. And when you don't know what to do, I guarantee you that there's another person that has had the same problem and has already posted it on the internet and has gotten a solution. Google is your friend.
[QUOTE=Spoco;17973603]I never read any books. The internet is a wondrous place. And when you don't know what to do, I guarantee you that there's another person that has had the same problem and has already posted it on the internet and has gotten a solution. Google is your friend.[/QUOTE]
Can't agree more with this. I have learned so much just by messing around and fucking something up then googling the error and finding out why I fucked up and how to fix it and improve. Google is a wondrous thing.
Learning Java, and I don't see why people think it's really hard. I find it [b]kind of[/b] easy.
I made a simple Rock Paper Scissors game.
[img]http://imageflock.com/img/1256312100.png[/img]
[img]http://imageflock.com/img/1256312109.png[/img]
[QUOTE=iPope;17973568]Stop contradicting yourself
Going to my Dads this weekend so I can't get anything done programming wise :( But I am on school holiday next week, so all is good.
Just going make some more stuff up for my hacking game.[/QUOTE]
Octo-Core OC 6.33GHz x2. Awwwwright.
[QUOTE=The Inzuki;17973718]Learning Java, and I don't see why people think it's really hard.[/QUOTE]
I don't think there's a particular consensus that Java is hard.
[QUOTE=jA_cOp;17973757]I don't think there's a particular consensus that Java is hard.[/QUOTE]
The only reason why I find it hard is that I can't find any decent tutorials on it. I just want to learn the basics of 2D games, but Google is as much help as YouTube.
I might ask my dad if he'll take me out to Barnes and Nobles to buy a Java Game Programming book, but I don't know what would be the best.
[QUOTE=The Inzuki;17973773]The only reason why I find it hard is that I can't find any decent tutorials on it. I just want to learn the basics of 2D games, but Google is as much help as YouTube.
I might ask my dad if he'll take me out to Barnes and Nobles to buy a Java Game Programming book, but I don't know what would be the best.[/QUOTE]
There's an [url=http://java.sun.com/docs/books/tutorial/]official online tutorial[/url] for Java.
[QUOTE=jA_cOp;17973792]There's an [url=http://java.sun.com/docs/books/tutorial/]official online tutorial[/url] for Java.[/QUOTE]
But I already know enough Java to do simple stuff, I want to start 2D programming :v:
[QUOTE=The Inzuki;17973830]But I already know enough Java to do simple stuff, I want to start 2D programming :v:[/QUOTE]
If you know the Java programming language, making use of 2D graphics libraries is a simple matter of looking at the documentation for that library and making use of examples to get the big picture.
Although you'll probably find tutorials too, there won't be tutorials for everything you'll want to do.
You're supposed to be able to make use of libraries without having a tutorial for it. (Although a good tutorial is always helpful for going into more detail on the library than examples do)
[QUOTE=The Inzuki;17973830]But I already know enough Java to do simple stuff, I want to start 2D programming :v:[/QUOTE]
[url]http://java.sun.com/docs/books/tutorial/2d/index.html[/url] ?
[QUOTE=ZeekyHBomb;17973897][url]http://java.sun.com/docs/books/tutorial/2d/index.html[/url] ?[/QUOTE]
Should've guessed Java had a standard library for 2D graphics :)
[QUOTE=Diaklu;17973728]Octo-Core OC 6.33GHz x2. Awwwwright.[/QUOTE]
?
What does that have to do with anything?
[QUOTE=ZeekyHBomb;17973897][url]http://java.sun.com/docs/books/tutorial/2d/index.html[/url] ?[/QUOTE]
I meant 2D Game Programming, but okay.
[QUOTE=Cathbadh;17974154]?
What does that have to do with anything?[/QUOTE]
[quote]Just going make some more stuff up for my hacking game.[/quote]
Umm. In Uplink you're supposed to have a good computer, right?
Sorry, you need to Log In to post a reply to this thread.