Release

Crash! 8bit rescue (solitaire card game)

3

was8bit 2020-12-28 16:05 (Edited)

(PLAYS BEST ON IPADS.... graphics hard to see on iphones...)

HELP! The computer has crashed, and all the 8bit games are jumbled up... Help MARIO, FROGGER, and PACMAN reassemble their bits in proper order...

For a better gamepad version of this game, try this:

https://lowresnx.inutilis.com/topic.php?id=2633


was8bit 2020-12-28 16:19

I am thinking of breaking away from reading the screen, and instead creating an array that identifies what each point is... i will have to think about that, as i will also have to tie these into the code...


was8bit 2020-12-28 16:59

V0.2 have created an identify matrix for each point on the screen that is needed for the game... then test text shows the X,Y point on the grid, an any assiged identifying name/number for that point...

Now to begin editing the code to respond to ID MATRIX, and not to cell content....


was8bit 2020-12-29 05:35

V0.3 decided to delete all code that used cell data... (i can always reference my original game if i need to look at the original code) ... this gives me a clean slate to focus on my ID MATRIX approach...

In this version, i created 2 new color checks... yields 0 if both selected colors match, and yields 1 if they don't.... this is a needed rule to enforce when playing solitaire ...


was8bit 2020-12-29 06:00

V0.4 reworked background and code to double the number of stacks on the table... also redid test data to TRACE and debug mode... also added number sequence check... #'s decend on the table, and ascend on the targets...


was8bit 2020-12-29 15:35 (Edited)

V0.5 can now draw new cards, and can put draw cards onto any sort pile...

I need to add animation effects to these things...


was8bit 2020-12-29 18:54 (Edited)

V0.6 Can now play any card onto any of the stacks on the table...

Using the ID MATRIX is making the adding of rules MUCH easier than reading the background... it also facilitates rearranging your background easier :)

... i need to fix a bug when clearing a card... i am getting little red circles being added... easy fix though ...


was8bit 2020-12-30 22:50

Other than animation effects, the game is ready and playable...


Log in to reply.