Group Details Private

Fuze Team

  • FUZE Gamejam 30! 8th - 10th March // THEME: MATCH

    IT'S TIME! Back to another classic FUZE GAMEJAM!

    Your theme is... MATCH. As always, any interpretation of the theme is welcome! It doesn't have to be obvious!

    You have until 6pm GMT Sunday 10th March - The stream will begin at 7pm that day! See you there!

    Please feel free to get in touch if you have questions!

    SUBMITTING:
    Make sure "Fuze Gamejam 30" is in the description field of your game. You can write instructions and game info in the comments at the top of the code, but please make sure the actual description says "Fuze Gamejam 30".

    Share your program via "Program Options" -> Share Program.

    Submit your program for download via Share Menu -> "My Shared Programs" -> Select program -> "Submit"

    posted in FUZE GAME JAM
  • RE: On screen keyboard

    Thanks for the kind words! The documentation should be better on this but you actually can select a whole line with the controller by triple tapping ZR.

    It sounds like Linser has found this but you can also hold ZL and use the left and right directional buttons to jump over words and the up/down buttons to quickly move between function definitions or the beginning/end of the program (there is currently a known crash if you make a new line at the end of the program after arriving there using this functionality, however this will be fixed in the next patch).

    posted in General Discussion
  • RE: Not jumping through top tile

    Great! Glad I could help 😊

    posted in Beginners
  • RE: Not jumping through top tile

    I can't guarantee this is the best way, but I seem to have got it working by adding a collision check around line 207 which resets the velocity to 0 if true:

    if collision( playerX + psize.x / 2, playerY + velocity) then
        velocity = 0
    endif
    

    This doesn't work if the tiles are only 1 space apart though, as the character is too tall to fit between them. It also makes more clear the collision problems moving left and right so more checks are probably needed, but see what you think :)

    posted in Beginners
  • RE: Weekly High Score Challenge #136

    My current best is 20,201 :)

    posted in High Score Challenges
  • RE: FUZE Christmas Gamejam 29! 15th December - 7th January

    GAMES FEATURED:

    WLV63MND5M - "Fuze Fantasy" by Isaac(12)& Richard(39 and a bit)
    N8W53MNDXH - "Sumball" by AndyG85
    MBF63MND5C - "Mr Santas Present Predicament" by Vinicity
    NX4BCDND5U - "FROG updated" by Waldron
    SA723MNDNP - "Drift Space" by Scrubz
    NNELYRND9S - "santa go mad" by chace j waldron
    NDBFHNNDNZ - "A Show of Firework 3D" by Spider/Ebrit/Raioh
    NDYYCMNDDT - "Star Tunneler (pre-alpha)" by Petra Crockett (mozipha)

    posted in FUZE GAME JAM
  • RE: Weekly High Score Challenge #135

    1200 is my best!

    posted in High Score Challenges
  • RE: Weekly High Score Challenge #134

    I thought I'd try Vin's method and made it to 8240 :)

    2023121810054500-86FC867622BE2C2315A009D470F52DAE.jpg

    posted in High Score Challenges
  • FUZE Christmas Gamejam 29! 15th December - 7th January

    Ho ho ho, it's a holly-jolly Gamejam time! We'll be doing a Christmas/New Year event this year, with plenty of time on the clock!

    The theme is very much open this time. Feel free to bring in the Christmas cheer! Or something New Year related perhaps? Or if you're struggling for new ideas, use this as an opportunity to further those projects that might be unfinished! (I know I've got more than a few... 😅)

    You have until 6pm GMT Sunday 7th January - The stream will begin at 7pm that day! See you there!

    Please feel free to get in touch if you have questions!

    SUBMITTING:
    Make sure "Fuze Gamejam 29" is in the description field of your game. You can write instructions and game info in the comments at the top of the code, but please make sure the actual description says "Fuze Gamejam 29".

    Share your program via "Program Options" -> Share Program.

    Submit your program for download via Share Menu -> "My Shared Programs" -> Select program -> "Submit"

    posted in FUZE GAME JAM
  • RE: Weekly High Score Challenge #134

    1984 is my best :) Great fun!

    posted in High Score Challenges