Need help to design game
-
I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.
-
I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.
Have a look at http://www.codeproject.com/csharp/skypegameinfra.asp I hope it will interest you ;)
-
I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.
This isn't an answer to your question. Instead, I want to praise you for wanting to code this yourself. Well done you - and when you've finished, may I suggest that you take the lessons that you learned and write an article on it? Seriously, with an attitude like this I think you will do very well (and that's why you've got my 5).
Deja View - the feeling that you've seen this post before.
-
This isn't an answer to your question. Instead, I want to praise you for wanting to code this yourself. Well done you - and when you've finished, may I suggest that you take the lessons that you learned and write an article on it? Seriously, with an attitude like this I think you will do very well (and that's why you've got my 5).
Deja View - the feeling that you've seen this post before.
Thanks I will..It will take me time but as soon i finish this application i will upload all files and doc for that application. For the time being I need some directions to read some tutorials. Can you suggest me some good one's as until now i did some basic small applications now i am moving towards some complex applications.
-
I am about to make an application which have several features: Application Name: Tictactoe Features: 1. Game can be played on network and over the internet? 2. Make dll of that application and integrate with msn messanger or skype? 3. Add chat capability to game 4. Select Image or browse image to upload to play game and that image will be used instead of "X" or "o" in the game 5. Users can play with each other or can also play with PC. For PC levels of playing game can also be set "Easy", "Medium", "Hard". 6. Record the scores in the XML file to view highest scorers The main query is that I never made a game before and never worked with XML file. Also i never worked in network programming in C# as i did in java long time before. Can somebody suggest me what knowledge i need to know before start programming following. As I know many application of tictactoe are there on internet but i want all coding myself with help of your people as i got very good response in this forum.
shah123 wrote:
Game can be played on network
shah123 wrote:
Record the scores in the XML
shah123 wrote:
I never made a game before and never worked with XML file. Also i never worked in network programming
So you want to write a quite complex application, using techniques that individually you have no idea how to use? Something here hints at course work where you have not been attending class! Anyway, my advice to you is break it down into individual parts before you try to write the entire application. I suggest you get accustomed to working with Sockets for networking, as well as reading and writing Xml files and compiling simple applications into dll's and exe's
-
shah123 wrote:
Game can be played on network
shah123 wrote:
Record the scores in the XML
shah123 wrote:
I never made a game before and never worked with XML file. Also i never worked in network programming
So you want to write a quite complex application, using techniques that individually you have no idea how to use? Something here hints at course work where you have not been attending class! Anyway, my advice to you is break it down into individual parts before you try to write the entire application. I suggest you get accustomed to working with Sockets for networking, as well as reading and writing Xml files and compiling simple applications into dll's and exe's
J4amieC thanks for ur suggestion..This is not course work but something i need to build on kind of request. This will also develop my programming techniques as i am not very expert but trying to learn many things through different applications. :)