Page 1 of 1

Help with Tic Tac Toe

Posted: Wed Jan 02, 2013 11:41 am
by Eyedea
Hello everyone. I need help, please, If someone have the code for tic tac toe game made in love2d I will be very tgrateful. It's for a project in my school, we have not learned nothing similar to Lua, but we must make tic tac toe game in love2d. Please help me.

Re: Help with Tic Tac Toe

Posted: Wed Jan 02, 2013 6:07 pm
by YGOFreak1997
Why don't you try it yourself and ask us if you do not understand something? Just take a tutorial for LÖVE and start over. It isn't that complicated... ;)

Re: Help with Tic Tac Toe

Posted: Wed Jan 02, 2013 9:37 pm
by Jasoco
You seem to be looking for a shortcut and someone to do the work for you instead of actually trying to do your homework. We're not just going to hand you code to pass off as your own. You should put some effort into trying. There's tons of tutorials all over. Even YouTube.

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 8:58 am
by BlackBulletIV
Here you go:
game.love
(6.35 KiB) Downloaded 508 times

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 9:29 am
by Eyedea
Okay guys. I know it seems that way, that I'm lazy and all, but I've tried and there isn't enough time.
I've downloaded tutorials, watched them for 2 days, read bunch of stuff. The project is due January 5th. Try to understand me, please.
BTW The Nope Joke is hilarious :)

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 9:43 am
by YGOFreak1997
BlackBulletIV wrote:Here you go:
game.love
This is mean xD

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 9:58 am
by BlackBulletIV
Eyedea wrote:Okay guys. I know it seems that way, that I'm lazy and all, but I've tried and there isn't enough time.
I've downloaded tutorials, watched them for 2 days, read bunch of stuff. The project is due January 5th. Try to understand me, please.
Ok. Perhaps try to formulate an idea on how the game might work, based on what you do know, and then ask questions on implementation. That shouldn't be too hard, unless your teachers have put you in out of your depth.
YGOFreak1997 wrote:This is mean xD
Yeaaaah... :megagrin:

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 10:52 am
by kikito
Eyedea wrote:Okay guys. I know it seems that way, that I'm lazy and all, but I've tried and there isn't enough time.
I've downloaded tutorials, watched them for 2 days, read bunch of stuff.
Then you will fail your school project. It's not the end of the world. You will probably have opportunities to come up with your own solution later on and mend it. Ask your teacher for help. The consequences would be probably much worse if you got caught trying to cheat.

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 10:59 am
by Eyedea
Thank you.

Re: Help with Tic Tac Toe

Posted: Thu Jan 03, 2013 11:06 am
by YGOFreak1997
kikito wrote:
Eyedea wrote:Okay guys. I know it seems that way, that I'm lazy and all, but I've tried and there isn't enough time.
I've downloaded tutorials, watched them for 2 days, read bunch of stuff.
Then you will fail your school project. It's not the end of the world. You will probably have opportunities to come up with your own solution later on and mend it. Ask your teacher for help. The consequences would be probably much worse if you got caught trying to cheat.
Yes, that is right. And the learning effect to copying code is equal to zero. I had to realise that too. I want to understand my code... ^^