Cricketman
ICC Chairman
- Joined
- Jul 27, 2005
- Location
- USA
How about live matches? they have it on cricsim, and i think it's quite good!
I had this in mind, thats why i suggested a web based application. I suppose we can host it on the PC host (if possible), so there won't be costs involved.
I personally think the only thing we should centralize (if anything) is the database server. Web-based would be nice but I think it would take a lot longer to debug and get the kinks out of. Type-checking is a really non-trivial thing here--trust me when I tell you that you really want to take advantage of the VS debugger and compiler! The high-level code we develop can always be ported to PHP/ASP once we are done with the implementation, if there is a real need for it.I seriously don't think we should go for web programming. Windows programming should be best for this purpose.
In theory this would not be that hard if we centralize the database, because the engine could just sleep in between calls and we can develop a game viewer that refreshes every 90 seconds and pulls the latest data from the DB.How about live matches? they have it on cricsim, and i think it's quite good!
As I mentioned earlier, you, aus5892 or w3lshrugby may be the testing lead (depending on who wants to organize it). These decisions will probably be the next ones after we choose the implementation languages. Whoever is testing lead will be responsible for choosing their team (you can use the list of volunteers, of course) and basically testing the program out for usability and realism.I would like to be put down as a tester, seeing as I sim both competitions and would love to test the thing out![]()
If you know Java and C++ you should have no trouble jumping into C#. I found it a pretty easy transition from a Java background and having a C++ background will definitely help you when it comes to some of the memory management issues and namespaces and such.How Different is C# from C++?? I have never used C#. If it is similar to Java, it must be quite similar to C++ as well.
Lemme brush up my knowledge quickly![]()