![]() |
|
New QBJS Samples Site - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: QBJS, BAM, and Other BASICs (https://qb64phoenix.com/forum/forumdisplay.php?fid=50) +--- Thread: New QBJS Samples Site (/showthread.php?tid=3170) |
RE: New QBJS Samples Site - bplus - 11-13-2024 @dbox I am curious what is reception of your full blown games at itch? I imagine the quality as good as any games submitted. Are they as impressed by the browser format as we? RE: New QBJS Samples Site - dbox - 11-14-2024 (11-13-2024, 04:39 PM)bplus Wrote: @dbox I am curious what is reception of your full blown games at itch? Generally positive response. I haven't really done much promotion there though. It's a massive site with thousands of games. I mostly have posted there either to just have a place for some playable examples or as part of a game jam. RE: New QBJS Samples Site - SpriggsySpriggs - 11-14-2024 Beautiful samples. I love that cube one in the first post. Looks awesome. RE: New QBJS Samples Site - DANILIN - 11-21-2024 How to organize Randomize Timer ??? + Read all my message #17 https://qb64phoenix.com/forum/showthread.php?tid=3170&pid=29725#pid29725 RE: New QBJS Samples Site - DANILIN - 12-19-2024 Thank you for including my programs in collection https://boxgaming.github.io/qbjs-samples/ https://qbjs.org Please include it in collection programs designed as files running on pages at same time, an example of design of program: file has a link with numbers at end of ABCD and a string with tags [qbjc][/qbjc] of form Code: (Select All) [qbjs]https://qbjs.org/?mode=auto&src=https://qb64phoenix.com/forum/attachment.php?aid=ABCD[/qbjs]XonixDigital https://qb64phoenix.com/forum/showthread.php?tid=519&pid=28347#pid28347 Diagram circle https://qb64phoenix.com/forum/showthread.php?tid=310&pid=30587#pid30587 XonixDigital Diagram circle Code: (Select All) [qbjs]https://qbjs.org/?mode=auto&src=https://qb64phoenix.com/forum/attachment.php?aid=ABCD[/qbjs]RE: New QBJS Samples Site - dbox - 12-20-2024 (12-19-2024, 04:29 PM)DANILIN Wrote: Thank you for including my programs in collectionHey @DANILIN, I updated the samples with your latest Xonix sample and added the Russian Circles Diagram. Let me know if I missed any others. RE: New QBJS Samples Site - dbox - 01-01-2025 I've added some more samples to the site. There has also been an update that will allow you to link directly to specific samples or to a specific author or category. Just copy the full URL from the browser once you've navigated to the sample, category or author. Here are a few examples: Specific Sample: https://boxgaming.github.io/qbjs-samples/#src=bubble-universe.bas Author: https://boxgaming.github.io/qbjs-samples/#author=vince Category: https://boxgaming.github.io/qbjs-samples/#category=3D RE: New QBJS Samples Site - bplus - 01-01-2025 +1 nice updates! RE: New QBJS Samples Site - Pete - 01-01-2025 All go in for +2 but I'm wondering why, in my Firefox browser, I can't get to the sample program URLs. For instance, I clicked the first link... https://boxgaming.github.io/qbjs-samples/#src=15-squares-puzzle.bas It simple remained on... https://boxgaming.github.io/qbjs-samples/#src=qbjs-web-controls.bas So the # represents an anchor on the page you listed, so my question is where are the samples, or is this just an under development page? Pete RE: New QBJS Samples Site - bplus - 01-01-2025 @Pete with the link to say https://boxgaming.github.io/qbjs-samples/#src=bubble-universe.bas You should see all Samples on far Left: Mouse over them and you get some info on the Sample, click to enter it into editor... small triangle to Run, click same spot to stop. Little arrows on right side conrol display of screens. |