Mirror of ajanata/PretendYoureXyzzy@github.com
Go to file
John Hutchison 92cd5dcd32 Adds a simple regex based filter to the game list.
Adds cah.GameList methods for creating and applying the filter, as well
as a filter text input element next to the create game button. Filtering
is bound to the input keydown.
2014-04-29 20:59:41 -07:00
.externalToolBuilders move MessageType back inside QueuedMessage since the client doesn't need it 2012-01-12 20:05:39 -08:00
.settings Add code style settings to project. 2012-12-29 13:48:57 -08:00
WebContent Adds a simple regex based filter to the game list. 2014-04-29 20:59:41 -07:00
src Merge pull request #100 from uecasm/admins 2014-04-06 15:12:09 -07:00
test/net/socialgamer/cah Don't load card sets until the game starts. Loading every card for every selected card set every time any option changed was a stupid idea. 2014-02-22 19:03:27 -08:00
.classpath Explicitly declare we want 1.6.0_45. Remove 1.7-only method call. 2014-02-17 11:34:28 -08:00
.gitignore .gitignore: build 2011-12-16 16:41:13 -08:00
.project move the js constant updater build tool down after java compile since it needs the new constant file compiled first 2012-01-12 21:33:54 -08:00
README Update README 2013-06-12 22:57:11 -06:00
cah_cards.sql update sql dump 2014-02-16 23:04:35 -08:00

README

Pretend You're Xyzzy, a Cards Against Humanity clone, server and web client. See WebContent/license.html for full details.

Note: This project has only been tested in Tomcat 7 and is known to not work in Tomcat 6 without some finagling. Currently, the only automated way to build is is using the Eclipse project.