Description
This is a card solitaire game for the TI-84 Plus CE and TI-83 Premium CE.
This is calculation. There are four foundation piles, each of which start with one card at the beginning of the game: the first pile starts with an ace, the second with a two, and so on. Each foundation is built on in multiples of the initial card (i.e. its position). So the first pile is built A, 2, 3, 4...; the second 2, 4, 6, 8...; the third 3, 6, 9, Q...; and the fourth 4, 8, Q, 3.... The card after K is A, though once a foundation has a king played to it, that is its thirteenth card and it is now complete, and no more cards may be played to it.
Additionally, there are four tableau piles beneath the foundation piles. A card can always be placed on the top of a tableau pile, but it can only be removed from the pile by playing it to a foundation. Therefore, the clever placement of cards in the tableau is key to victory.
Cards may be drawn one at a time from the deck by pressing `alpha` or picked up from the selected tableau pile with `2nd`. The card held in the player's hand may be played to the selected pile with `2nd` or returned to its origin pile in the tableau with `clear`. When interacting with tableau and foundation piles, the selected pile is marked with the cursor, which can be moved with the arrow keys. Moving the cursor all the way to the left or right causes it to wrap around from the tableau to the foundations or vice versa.
Once all four foundations are completed, the game is over. The game can be reset at any point by pressing `del`.
Screenshots
Archive Contents
| Name | Size |
|---|---|
| calculation_v1_0_0/calculation_v1_0_0.8xp | 11.6 KB |
| calculation_v1_0_0/README.md | 2.8 KB |
| calculation_v1_0_0/makefile | 310 bytes |
| calculation_v1_0_0/LICENSE.txt | 35.0 KB |
| calculation_v1_0_0/src/input.c | 2.9 KB |
| calculation_v1_0_0/src/input.h | 864 bytes |
| calculation_v1_0_0/src/variables.h | 1.6 KB |
| calculation_v1_0_0/src/drawing.h | 2.8 KB |
| calculation_v1_0_0/src/save.h | 885 bytes |
| calculation_v1_0_0/src/save.c | 2.8 KB |
| calculation_v1_0_0/src/main.c | 1.9 KB |
| calculation_v1_0_0/src/drawing.c | 9.9 KB |
| calculation_v1_0_0/src/ops.c | 3.4 KB |
| calculation_v1_0_0/src/ops.h | 1.3 KB |
| calculation_v1_0_0/src/gfx/faces.h | 1.4 KB |
| calculation_v1_0_0/src/gfx/selcorner.c | 260 bytes |
| calculation_v1_0_0/src/gfx/convimg.yaml | 1.6 KB |
| calculation_v1_0_0/src/gfx/selcorner.h | 311 bytes |
| calculation_v1_0_0/src/gfx/medium_suits.c | 501 bytes |
| calculation_v1_0_0/src/gfx/medium_suits.h | 429 bytes |
| calculation_v1_0_0/src/gfx/numerals.png | 1.7 KB |
| calculation_v1_0_0/src/gfx/faces.png | 15.4 KB |
| calculation_v1_0_0/src/gfx/small_suits.png | 595 bytes |
| calculation_v1_0_0/src/gfx/convimg.yaml.lst | 184 bytes |
| calculation_v1_0_0/src/gfx/gfx.h | 469 bytes |
| calculation_v1_0_0/src/gfx/card_back.png | 2.1 KB |
| calculation_v1_0_0/src/gfx/small_suits.c | 452 bytes |
| calculation_v1_0_0/src/gfx/medium_suits.png | 616 bytes |
| calculation_v1_0_0/src/gfx/faces.c | 20.5 KB |
| calculation_v1_0_0/src/gfx/global_palette.h | 224 bytes |
| calculation_v1_0_0/src/gfx/selcorner.png | 5.5 KB |
| calculation_v1_0_0/src/gfx/card_back.h | 361 bytes |
| calculation_v1_0_0/src/gfx/numerals.c | 1.3 KB |
| calculation_v1_0_0/src/gfx/numerals.h | 816 bytes |
| calculation_v1_0_0/src/gfx/card_back.c | 580 bytes |
| calculation_v1_0_0/src/gfx/small_suits.h | 421 bytes |
| calculation_v1_0_0/src/gfx/global_palette.c | 546 bytes |
- File Size
- 47.0 KB
- Short link
- http://ceme.tech/DL2786
Reviews
Nobody has reviewed this file yet.Versions
- Calculation Solitaire (published 1 week, 1 day ago; 2026-01-08 18:53 UTC-05:00)
Advertisement