Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajanata/pretendyourexyzzy
A web clone of the card game Cards Against Humanity.
https://github.com/ajanata/pretendyourexyzzy
card-game cards-against-humanity game hibernate java javascript kafka kafka-producer
Last synced: 30 days ago
JSON representation
A web clone of the card game Cards Against Humanity.
- Host: GitHub
- URL: https://github.com/ajanata/pretendyourexyzzy
- Owner: ajanata
- License: bsd-2-clause
- Created: 2012-02-06T23:06:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T15:40:34.000Z (over 1 year ago)
- Last Synced: 2024-10-14T22:03:27.261Z (30 days ago)
- Topics: card-game, cards-against-humanity, game, hibernate, java, javascript, kafka, kafka-producer
- Language: Java
- Homepage: https://pretendyoure.xyz/zy
- Size: 12.2 MB
- Stars: 1,227
- Watchers: 71
- Forks: 396
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://github.com/emcniece/DockerYourXyzzy):
```sh
docker run -d -p 8080:8080 emcniece/dockeryourxyzzy:dev
```