-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b545f49
commit e76acf5
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# CardGameClient | ||
PennApps XX! | ||
# Card Game Client | ||
|
||
Developed at PennApps XX (2019 Fall), Card Game Client is a web application that enables users to play any game with a standard deck of cards, remotely! | ||
|
||
## Getting Started | ||
|
||
The web app is located [here](https://amazing-ripple-252305.appspot.com). Users will need to sign in to their Google accounts, then either create a new game or join an existing game with a game code. | ||
|
||
## Built With | ||
|
||
* [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging) - Cross-platform messaging solution | ||
* [Flask](https://palletsprojects.com/p/flask/) - Web framework | ||
* [SocketIO](https://socket.io/) - JavaScript library that enables realtime, bi-directional communication between web clients and servers | ||
* [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) - Graphics API | ||
* [CreateJS](https://createjs.com/) - Suite of modular libraries and tools | ||
|
||
## Authors | ||
|
||
* [Aditya Arjun](https://github.com/aditya-arjun) | ||
* [Richard Guo](https://github.com/richardg999) | ||
* [An Nguyen](https://github.com/aqn180001) | ||
* [Elizabeth Zou](https://github.com/wflms20110333) |