User:Licah Fox/Card game: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 10: Line 10:
* Integration with the website, which can recall card sets, etc.
* Integration with the website, which can recall card sets, etc.
* A chat interface whereby members can communicate with each other in-game
* A chat interface whereby members can communicate with each other in-game
== Previous efforts ==
* [http://forums.sjgames.com/showthread.php?t=15445 Munchkin Online forum post] apparently many people have thought about coding this before!
* [http://forums.sjgames.com/showthread.php?t=12777 Discussion of implementation] (I'd have to agree with their implicit recommendation of not trying to hard-code all the rules)
* [http://www.sjgames.com/general/online_policy.html Munchkin reproduction policies] Yeah, we aren't actually allowed to make this game by the copyright rules.
* Supposedly there's a Munchkin computer game being made!  See [http://www.sjgames.com/ill/archives.html?y=2006&m=September&d=3 original announcement] and [http://www.sjgames.com/ill/archives.html?y=2006&m=September&d=5 subsequent announcement].  But I just read through practically all the news archives since then and it was Never mentioned.  I think I might shoot them an email.

Revision as of 17:04, 17 July 2007

RS Card Game - how to do it?

Language

  • PHP/Ajax -- I already know most of the language and no one has to download any programs. This way we can also integrate it with the RS site easily.
  • Java -- I know the language, but running applets in a browser is not all that fun, and also I don't have any experience with sending information over the net.
  • C++ -- Not so bad, but platform-specific (although nearly everyone in the RS uses Windows) and I would rather have the more immediate integration with the RS site possible through AJAX.

Main components

  • The card game rules... clearly the most complicated part. I'll need to think about this quite a bit.
  • Integration with the website, which can recall card sets, etc.
  • A chat interface whereby members can communicate with each other in-game

Previous efforts