HP Forums
AlmostBlockOut game (Almost BlockOut clone) - 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: AlmostBlockOut game (Almost BlockOut clone) (/thread-7363.html)



AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-04-2016 02:32 PM

My first game for HP Prime

[attachment=4264]


RE: AlmostBlockOut game (Almost BlockOut clone) - compsystems - 12-05-2016 05:19 PM

Congratulations Tetris into the third dimension https://en.wikipedia.org/wiki/Blockout I

Idea
Pressing the [help] key displays a dialog box
Quote:Up/Down/Left/Right - move ↑↓←→
Home - move down along the Z axis (Home - Go to the bottom)
A/F - rotate aroun the X-axis ⇈⇊
B/G - rotate aroun the Y-axis ⇉⇇
C/H - rotate aroun the Z-axis ↺↻
Esc - exit
Help - this screen
After exit press View to restart.
If you can't rotate - move by Up/Down/Left/Right/Home



RE: AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-05-2016 09:07 PM

I updated the program in line with suggestions from compsystems.


RE: AlmostBlockOut game (Almost BlockOut clone) - compsystems - 12-07-2016 04:08 PM

Please also include gray transparency.
Thank you


RE: AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-07-2016 05:09 PM

(12-07-2016 04:08 PM)compsystems Wrote:  Please also include gray transparency. Activated or not with the [+/-] key for example
(Allows to see better parts of the piece)
[Image: scr2.jpg]

Thank you

Such a change requires a deeper code modification. At the moment I do not plan such a modification. Original BlockOut from 89 did not have anything like that. Preferable to try to change the colors.

slawek39


RE: AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-07-2016 05:50 PM

Application updated to version v1.03. I changed the colors and perspective + minor fixes.


RE: AlmostBlockOut game (Almost BlockOut clone) - compsystems - 12-07-2016 06:55 PM

Ok, if the image with gray transparency is the version BlockOut II.

Please can in the future add some comments to source code, I want to learn to handle the graphical view


RE: AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-09-2016 01:26 AM

Application updated to version v1.04. WAIT instead of GETKEY in Help loop, minor changes.


RE: AlmostBlockOut game (Almost BlockOut clone) - slawek39 - 12-09-2016 09:44 PM

Application updated to version v1.05.
Now the blocks are automatically moved away from the wall during rotation + bug fix.