Computer Science Canada Tic-Tac-Toe |
Author: | Gooie [ Sat Jan 19, 2008 5:40 pm ] | ||
Post subject: | Tic-Tac-Toe | ||
Hello, there. I am making the move from Turing to Visual Basic because, next year the programming course uses Visual Basic, rather than Turing. So, 2 days ago I started learning it. I absolutely LOVE IT! So much better than Turing. The sad part is, that CompSci's Visual Basic Section is less than vibrant. I made this Tic-Tac-Toe Game in Visual Basic 2008 (Games are not as easy in Visual Basic!). It's OK... only 2 player for now. This is my 3rd day in Visual Basic so bare with me.
What do you think? |
Author: | michaelp [ Sat Jan 19, 2008 5:45 pm ] |
Post subject: | RE:Tic-Tac-Toe |
Not bad for your third day with a programming language. IMO, I think the actual playing window could be a little bigger and have a border. That would make it better for me. And make the X's and O's different colours. Nice game. ![]() |
Author: | Gooie [ Sat Jan 19, 2008 6:08 pm ] |
Post subject: | Re: Tic-Tac-Toe |
I implemented those suggestions, I like it better now ![]() Here is how it has changed. ![]() |
Author: | michaelp [ Sun Jan 20, 2008 8:56 am ] |
Post subject: | RE:Tic-Tac-Toe |
Nice! Looks much better now. ![]() |
Author: | CodeMonkey2000 [ Mon Jan 21, 2008 9:53 pm ] |
Post subject: | RE:Tic-Tac-Toe |
What?!!? Turing is by far nicer to program in than VB. |
Author: | Gooie [ Mon Jan 21, 2008 10:48 pm ] |
Post subject: | Re: RE:Tic-Tac-Toe |
CodeMonkey2000 @ January 21st, 9:53 pm wrote: What?!!? Turing is by far nicer to program in than VB.
I suppose Turing is just not my cup of tea. I could make Tic-Tac-Toe in two hours. After studying VB for a day or so. After several weeks in Turing I failed at Tic-Tac-Toe. (I know, it's sad). I Eventually improved though. Perhaps everythign I learned in Turing helped me more than I thought in VB? who knows? |