/:\ (""")
|:| /$$ III TumblrCards:
|:| | $$ __III__ A text based multiplayer
|:| /$$$$$$ /:-.___,-:\ strategy card game.
|:| |_ $$_/ \] |:| [/
|:| | $$ |:| Written by members of the
/] |:| [\ | $$ /$$ |:| Tumblr Computer Science community.
\:-'"""`-:/ | "$$$$/ |:|
""III"" \___/ |:|
III |:|
(___) \:/
TumblrCards (we are working on the name) is a text-based multiplayer strategy card game written by members of the Tumblr Computer Science community.
The TumblrCards repository is where we do development and there are many ways you can participate in the project, for example:
- Submit bugs and feature requests and help us verify as they are checked in
- Review source code changes
- Review the wiki and make changes for anything from typos to new content
- Review the contributing page for a list of guidelines and tasks
- Ask a question on GitHub Issues with the question tag
- Request a feature on GitHub Issues with the enhancement tag
- File a bug in GitHub Issues with the bug tag
- Message import-os (incomingstick) on Tumblr with questions or other feedback
This project will be using an invite-only Discord channel. If you would like an invite, you can message import-os (incomingstick) on Tumblr.
CMake is used to build the project. If you're using an IDE, it may be able to detect the source tree and build settings automatically. No outside libraries are currently used, so most (if not all) systems should be good to go.
To build, make sure you have the following installed:
- CMake 3.0 or greater
- Make a new directory called "build" in the project root.
- Move into that directory and run
cmake ... This will generate a makefile. - Run
make. Optionally, if you have extra CPU cycles to spare, you can usemake -jX, where X is the number of CPUs you have. - If everything built successfully, you can run it by typing
./tumblrcardsin your terminal.
Coming soon. For now build using Cygwin, MinGW, Windows Subsystem for Linux, or the like and follow the "Building on *NIX systems" instructions above.