Giter VIP home page Giter VIP logo

gplead's Introduction

gPlead

A card game inspired by FF8 Triple Triad written in C and GTK+.

gPlead

How to Play

Each player has 5 cards in his deck and the game field is 3x3 wide.
For each turn, a card has to be played from the deck to the game field. If there is an opponent card whose adjacent value is lower than the played card, the weaker card is conquered.
Each game field space has four runes. Also cards have a rune, used to increase or decrease the values when one card is played on the field. If the card rune is equal to the rune on the field where it's placed, the card get a bonus of +1 on the value corresponding the field rune. Instead if the runes are of opposite types a -1 is applied to the value.
The game ends when the game field is full, so no more cards can be played.

Compilation / Installation (Linux)

In order to play you'll need to compile the source code hosted on github (binaries will be available in future).
You'll need GTK+ 3 development packages to succesfully compile the program. This can be easily installed on Ubuntu and derivatives (tested on version 14.04) by running

sudo apt-get install libgtk-3-dev 

Apt should handle all required dependencies.
Once you have GTK+ libraries correctly installed, you can compile the program by simply running

make  

from a terminal window.
The game can then be started by running

./gPlead  

gplead's People

Contributors

pyr0x1 avatar unwlelt avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.