Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • Jonboy

      Wishlist
      Comments & Feedback • • Jonboy

      245
      0
      Votes
      245
      Posts
      43416
      Views

      Dave

      Alright folks, we're going to lock this thread now since it is getting quite hard to manage and keep with the ideas being posted. We've got plenty of awesome insights here and there's more than enough for us to look through and make decisions on.

      Thanks so much for your input, everyone!

    • tdg8934

      New to Fuse4-want a Faery Tale Adventure like game
      General Discussion • • tdg8934

      186
      5
      Votes
      186
      Posts
      24882
      Views

      PickleCatStars

      Glad you haven’t left, Tim. Congrats on the promotion!

    • vinicity

      Guess the Game Challenge!
      Coding Challenges! • challenges • • vinicity

      158
      5
      Votes
      158
      Posts
      19169
      Views

      vinicity

      @andyg1985 Correct!

    • waldron

      2d skateboard game
      Beginners • • waldron

      149
      0
      Votes
      149
      Posts
      19817
      Views

      waldron

      Re-shared that version as the 3rd level didn't load from my transition loop woops.

      N65D2MND5U Skater kid 2021 v.2
      Has fixed second timer and a practice tutorial mode 🙂

    • Martin

      Introduce Yourself
      General Discussion • • Martin

      139
      18
      Votes
      139
      Posts
      25734
      Views

      B

      Hi, I’m Bob. I was introduced to F4NS by my friend, Waldron. I’ve been following the community for a while but I’m struggling with inspiration.
      I have little coding experience but I’ve followed the in-built tutorials (excluding 3D tutorials). I have watched and followed the tutorials with Dave and Ben on YouTube. I have done the workbook that came with the purchase of F4NS. I have watched and followed the Mousey’s Cheese Maze tutorials (part 1 & 2).
      Still lacking inspiration I have bought a BASIC workbook and I’m attempting to translate the games into Fuze.

    • F

      File Export
      Beginners • • faz808

      108
      1
      Votes
      108
      Posts
      13631
      Views

      B

      Yo any updates?

    • SteveZX81

      Twin Stick Shooter 'Fuzeotron'
      Finished Projects • • SteveZX81

      97
      14
      Votes
      97
      Posts
      9580
      Views

      SteveZX81

      Tiny update for anyone that still plays this, version 1.33 has now been submitted and it fixes a very annoying bug (otto spawn timer was not reset correctly after game over when playing a new game.)

      it's pending but will be up in a few hours.

    • CasualTie5

      FUZE 2020 Advent Calendar
      Creations • • CasualTie5

      90
      17
      Votes
      90
      Posts
      8732
      Views

      vinicity

      I wish we had a a calendar this year as well. @CasualTie5 did an amazing job last year…

    • P

      The first look of the interpretor
      Work In Progress • • petermeisenstein

      79
      0
      Votes
      79
      Posts
      7210
      Views

      P

      @LucasJG25 Thank you

    • PB____

      The great list of game codes
      Creation share codes • • PB____

      74
      14
      Votes
      74
      Posts
      14066
      Views

      joyrider3774

      Title: The Longest Drive
      Description: A simple 3d racing game, with 3 difficulties and highscores, where you have to drive as far as possible avoiding traffic and other obstacles
      Game ID: NXKZ1BR7XD
      Forum Topic: https://fuzearena.com/forum/topic/1529/the-longest-drive

    • vinicity

      Fuze Player reviews!
      General Discussion • • vinicity

      73
      4
      Votes
      73
      Posts
      7474
      Views

      PickleCatStars

      Some criticism for too-infrequent updates there, but overall positive. Claw Combine is a classic. Nice one scrubz!

    • L

      A simple esolang interpreter
      Creation share codes • • LucasJG25

      72
      5
      Votes
      72
      Posts
      5848
      Views

      L

      OK that's that. All that's left is to see if I can use this to make something. Just have to wait and see.

    • F

      Ray Casting
      Beginners • • faz808

      70
      3
      Votes
      70
      Posts
      7226
      Views

      F

      New texture added. wolfy-ceiling3 ID: XDXS2MND15

    • LinkCraft

      Missiles WIP
      Work In Progress • • LinkCraft

      70
      9
      Votes
      70
      Posts
      5967
      Views

      vinicity

      @vinicity said in Missiles WIP:

      I still think you should include a simple high score save. Gives you an added incentive to play it and beat your old score...

      OK, now I'm feeling silly. You already do that! Please ignore my previous post!

    • M

      Introducing the FUZE Catalogue beta
      General Discussion • • MikeDX

      67
      11
      Votes
      67
      Posts
      5252
      Views

      joyrider3774

      @MikeDX found a bug. On the users/me page. It will list your own projects once you completed the claim process however clicking any of the games gives an error. The reason is that it links to a wrong page.

      3e800297-65f5-4c1b-bb67-22f987ecccde-image.png

      It should linke to /catalogs/view/1243 yet it link to /users/1243 resulting in page not found error. It happens with all links for any of my own projects on the /users/me page

    • sys64738

      Synthesizer
      Work In Progress • • sys64738

      66
      12
      Votes
      66
      Posts
      6198
      Views

      spikey

      @sys64738 I would like to have a chat on discord with you, maybe you drop by one day? I experimented with LFO and somehow I cannot completely match others real synth behaviors to the FUZE synth, but probably I just don't understand them well enough. I am a beginner with synths.
      9d3bed1a-f2f4-4c46-a9dd-91a7999f46e2-grafik.png
      It feels like mod freq, is controlling the rate and mod scale the depth. But then, what is controlling the pitch? But somehow you came to the point that mod scale is the FM ratio. ;-?

    • pianofire

      Hints and Tips
      General Discussion • • pianofire

      60
      1
      Votes
      60
      Posts
      8122
      Views

      W

      I don't know if this has been discussed before. But I was able to simulate a switch feature by using a loop and making sure I break on each condition.

      loop if x < 1 then do_something() break endif if x < 5 then do_something_else() break endif // put the default options here since they don't match any conditions default() break // don't forget to break here repeat

      The coolness of doing this is that if you have a large number of exclusive possibilities that you are testing for you can exit the checking as soon as you find the right one. Or if you're dealing with a deeply nested if .. then .. else this can cut down the depth.

    • Dave

      Get your game in the FUZE SHOWCASE GALLERY!
      Announcements • • Dave

      60
      8
      Votes
      60
      Posts
      6682
      Views

      vinicity

      I would like to present the following titles for inclusion in the Showcase Gallery:

      Euclidean Sequencer - ID: SZF63MND5C
      Mr Santa's Present Predicament - ID: MBF63MND5C
      The Hidden Terror - ID: BTN23MND5C
      Theseus - ID: L3T23MND5C
      Don't Stop Now - ID: V3863MND5C
      REDRUM ROBO RUN - ID: 9ZF63MND5C

      (Some of these are still pending...)

    • vinicity

      Join me in my "Record Cover Jam"!
      General Discussion • • vinicity

      58
      7
      Votes
      58
      Posts
      4045
      Views

      Jonboy

      There was a sequel too!

    • SteveZX81

      Subs 2 - Dive Dive Dive!
      Work In Progress • • SteveZX81

      57
      12
      Votes
      57
      Posts
      4371
      Views

      Martin

      That's an expensive signed photo and tour :D