Skip to content

A text based multiplayer strategy game in the style of role-playing card games written by members of the Tumblr Comp Sci community.

License

Notifications You must be signed in to change notification settings

ifnotak/TumblrCards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TumblrCards - Open Source

     /:\                       (""")
     |:|          /$$           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:

Feedback

Team Communication

This project will be using an invite-only Discord channel. If you would like an invite, you can message import-os (incomingstick) on Tumblr.

Building

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:

Building on *NIX systems

  1. Make a new directory called "build" in the project root.
  2. Move into that directory and run cmake ... This will generate a makefile.
  3. Run make. Optionally, if you have extra CPU cycles to spare, you can use make -jX, where X is the number of CPUs you have.
  4. If everything built successfully, you can run it by typing ./tumblrcards in your terminal.

Building on Windows systems

Coming soon. For now build using Cygwin, MinGW, Windows Subsystem for Linux, or the like and follow the "Building on *NIX systems" instructions above.

License

Eclipse Public License - v 1.0

About

A text based multiplayer strategy game in the style of role-playing card games written by members of the Tumblr Comp Sci community.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 3.1%