| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| planning | 2013-01-07 | ||
| Questions | 2013-01-07 | ||
| ReadMe.txt | 2012-11-19 | 1.7 kB | |
| Totals: 3 Items | 1.7 kB | 0 |
See "Planning" folder for sourcecode files until the game can really be played somehow. CardsFit ReadMe.txt -------------------- Universal game with (adapt) number of cards with (adapt) graphics on it; Cards are upside down on the table; player clicks on a card to show it, then on another card he thinks might be the same, i.e. (adapt) 2 cards that fit gives a score and the cards disappear from the table. Otherwise/then it's the turn of the other player. The numbers of cards is dependent of the graphics available to fill the cards, and the game-system chosen: 2 of the same, 3 of the same, 4 of the same. Upload of images in a directory can be imported and give you new cards! You can upload scans of your own drawings, pictures of animals you made, etc; have your own game! Started 2012 - Check the last version on SourceForge. Use: ---- These are the gambas sourcecode files. Run from the gambas programming environment (Gambas2). Users: install Gambas2. Download CardsFit and unzip the tar.gz file. Start Gambas and from there File, Open the unpacked Cardsfit project. Click "Run". Can also be compiled to a .gambas file to run with the gambas runtime interpreter only: Open in Gambas, Choose "make executable" (option: link on desktop). (not adapted to or tested on Gambas3 yet) Note on Gambas: -------------- Easy programming on Linux Desktop: syntax based on basic, concepts based on object-oriented languages like java . Gambas2 is found in most Linux distributions, look for development, educational, ... Gambas is Free Software. More info --------- Check on the SourceForge project page http://sourceforge.net/projects/cardsfit/