Skip to content

ITZVGcGPmO/PretendYoureXyzzy

This branch is 1 commit ahead of, 10 commits behind ajanata/PretendYoureXyzzy:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ec5284 · May 21, 2019
Jan 13, 2012
Feb 27, 2017
May 21, 2019
Aug 30, 2018
Feb 27, 2017
Mar 24, 2018
Feb 22, 2015
Mar 31, 2018
Aug 26, 2018
Oct 24, 2018
Mar 5, 2018
Jul 28, 2018
Mar 24, 2018
Mar 5, 2018

Repository files navigation

Pretend You're Xyzzy

A Cards Against Humanity clone, server and web client. See WebContent/license.html for full details.

Note: This project is only known to work with Tomcat 7, all other versions are unsupported. Currently, the only way to build PYX is using Maven via mvn clean package war:war in the project's directory.

If you're doing mvn clean package war:exploded jetty:run, you now need to add -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false to make the buildnumber plugin allow you to run with uncommited changes.

For GeoIP functions to work, download http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz somewhere, gunzip it, and update the geoip.db value in build.properties to point to it.

Third-Party Usage

A Docker package for this project exists at emcniece/DockerYourXyzzy:

docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev

About

A web clone of the card game Cards Against Humanity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 52.0%
  • JavaScript 25.3%
  • PLSQL 17.6%
  • HTML 2.6%
  • Go 1.5%
  • CSS 1.0%