COLUMNS v1.0 - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Software Libraries (/forum-10.html) +--- Forum: HP Prime Software Library (/forum-15.html) +--- Thread: COLUMNS v1.0 (/thread-396.html) |
COLUMNS v1.0 - Han - 01-11-2014 02:00 AM Feedback is certainly welcome. The scoring rules have changed and should now more closely resemble the original scoring system. Click here for Wiki info on the game The only thing left to add is the "fluff" (intro screens, UI for changing the keys, etc.) Keys are: 4-down, 8-left, 2-right, and 5-rotate, +/- pause How to play:
Download: [attachment=155] (Updated 19-MAR-2014) Changelog: 19-MAR-2014
12-JAN-2014
If you want to modify the background color, change cBGC to a value between 1 and 7 inclusive, and modify the cBGT value between 1 and 255. The first is a color choice (see the variable color) and the second is an alpha blending level. A very subtle background would be cBGC:=7 and cBGT:=192;. Keys are defined by cRot, cLeft, cRight, and cDown, etc. See top of source file for more info. You can also modify the block colors. Please note that purple (#FF00FFh is reserved for masking). All these will eventually be built into some sort of options screen. RE: COLUMNS (beta) - Mic - 01-11-2014 06:47 AM Yes, I'll review it this WE ! RE: COLUMNS (beta) - ArielPalazzesi - 01-11-2014 10:24 AM Very very very nice!!!! I like this game. Goog work Han! RE: COLUMNS (beta) - Kevin Ouellet - 01-11-2014 10:19 PM Good work, as always! By the way, any reason why there is a checkerboard made of white and black instead of mid-gray? Is it to keep an old-school, low-color vibe? I think it might be better to use plain gray instead. RE: COLUMNS (beta) - Han - 01-11-2014 10:31 PM No reason, just put stuff together to get things to work, and the checkerboard was to help with alignment. :-) Edit: If I recall, the tile is actually generated by code, and is not actually imported. So you can change it to whatever color you want with the cBGC and cBGT variables. RE: COLUMNS v1.0 - Han - 03-20-2014 01:22 AM Updated to 1.0 -- changes in how scoring was calculated; closer match to the original Game Gear scoring scheme. See first/original post. RE: COLUMNS v1.0 - anderin - 03-20-2014 05:08 PM Down is 4, not 7 RE: COLUMNS v1.0 - Han - 03-21-2014 12:52 AM (03-20-2014 05:08 PM)anderin Wrote: Down is 4, not 7 Oops! Thanks! (fixed) RE: COLUMNS v1.0 - Kevin Ouellet - 03-22-2014 09:59 PM Glad to see the new update RE: COLUMNS v1.0 - Han - 03-23-2014 06:34 PM It looks like the old Game Gear scoring scheme is outdated -- almost all games I see these days have ridiculous scores. I'm wondering if the perhaps I should "pad" the scores by a factor of 100; or at the least shorten the number size for the scores (I can barely break 750 points). |