Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Categories
  3. Web Development
  4. FUZE4: Code games on Nintendo Switch

FUZE4: Code games on Nintendo Switch

Scheduled Pinned Locked Moved Web Development
15 Posts 6 Posters 642 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • VGMooseV Offline
    VGMooseV Offline
    VGMoose
    Admin
    wrote on last edited by
    #6

    It is proprietary, but the language is similar to python, so most concepts will carry over into other engines.

    It reminds me most of using pygame on PC: https://www.patternsgameprog.com/series/discover-python-and-patterns/ with the input loop, game logic and displaying text/graphics

    Sign the petition! Help us figure out the browser timeout.

    1 Reply Last reply
    0
    • AlmondA Almond

      @VGMoose That's very cool! I wouldn't expect something like that to exist on a gaming console honestly.

      danniltrifonovD Offline
      danniltrifonovD Offline
      danniltrifonov
      Coders Русский(Russian) i love cats Classical Pianists Sad Times did the dew Pythons the goat NOCTURNAL Generic BrowseDNS Chat slim shady gang THE LIT GANG Nathaniel follower resource center
      wrote on last edited by
      #7

      @Almond
      Yeah same, especially because nintendo moderates all of the games on eshop.

      Do not go gentle into that goodnight...

      AlmondA 1 Reply Last reply
      0
      • danniltrifonovD danniltrifonov

        @Almond
        Yeah same, especially because nintendo moderates all of the games on eshop.

        AlmondA Offline
        AlmondA Offline
        Almond
        Co-Admin clowns
        wrote on last edited by
        #8

        @danniltrifonov that's a stretch... some of the stuff I've seen on the item shop is straight slop

        Making the community better, one day at a time. ♡

        I am smart so you don't have to be ☆

        I'm not a global mod ◇

        goodgirlG 1 Reply Last reply
        0
        • AlmondA Almond

          @danniltrifonov that's a stretch... some of the stuff I've seen on the item shop is straight slop

          goodgirlG Offline
          goodgirlG Offline
          goodgirl
          LGBTQ+ Of BDNS people who looveee mirai asahina from mahoutsukai precure
          wrote on last edited by
          #9

          @Almond they only do tos assurance not quality assurance anymore

          1 Reply Last reply
          0
          • VGMooseV VGMoose

            There's an app on the Switch eShop called FUZE4, which lets you write actual code and run it on the switch directly! You can control it with the onscreen keyboard, or plug in a USB one too for faster coding.

            eShop page: https://www.nintendo.com/us/store/products/fuze4-nintendo-switch-switch/

            You can switch really quickly between the code editor and running the code, which is important for iterating and learning.

            Also, I can answer any questions if needed about some of the functionality, the coding language is similar to Python but a little simpler (like BASIC).

            goodgirlG Offline
            goodgirlG Offline
            goodgirl
            LGBTQ+ Of BDNS people who looveee mirai asahina from mahoutsukai precure
            wrote on last edited by
            #10

            @VGMoose woah interesting. i assume it has no network support or anything like that though, right?

            danniltrifonovD 1 Reply Last reply
            0
            • goodgirlG goodgirl

              @VGMoose woah interesting. i assume it has no network support or anything like that though, right?

              danniltrifonovD Offline
              danniltrifonovD Offline
              danniltrifonov
              Coders Русский(Russian) i love cats Classical Pianists Sad Times did the dew Pythons the goat NOCTURNAL Generic BrowseDNS Chat slim shady gang THE LIT GANG Nathaniel follower resource center
              wrote on last edited by
              #11

              @goodgirl

              Yeah i don't think it does, plus the review VGmoose linked said that theres no support for importing or exporting anything. i assume theres no API's either.

              Do not go gentle into that goodnight...

              goodgirlG 1 Reply Last reply
              0
              • danniltrifonovD danniltrifonov

                @goodgirl

                Yeah i don't think it does, plus the review VGmoose linked said that theres no support for importing or exporting anything. i assume theres no API's either.

                goodgirlG Offline
                goodgirlG Offline
                goodgirl
                LGBTQ+ Of BDNS people who looveee mirai asahina from mahoutsukai precure
                wrote on last edited by
                #12

                @danniltrifonov sadd tho seems fun as long as it has support for like all types and things so u can basically anything technically. like i mean hopefully not anything like the generic "Number" nonsense that lua has rather than actual ints and stuff. also wonder if it's compiled, transpiled, or evaluated at runtime.

                1 Reply Last reply
                0
                • VGMooseV VGMoose

                  There's an app on the Switch eShop called FUZE4, which lets you write actual code and run it on the switch directly! You can control it with the onscreen keyboard, or plug in a USB one too for faster coding.

                  eShop page: https://www.nintendo.com/us/store/products/fuze4-nintendo-switch-switch/

                  You can switch really quickly between the code editor and running the code, which is important for iterating and learning.

                  Also, I can answer any questions if needed about some of the functionality, the coding language is similar to Python but a little simpler (like BASIC).

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #13

                  @VGMoose Ok! Thanks I Was Looking For This!

                  1 Reply Last reply
                  1
                  • VGMooseV Offline
                    VGMooseV Offline
                    VGMoose
                    Admin
                    wrote on last edited by
                    #14

                    There's a FUZE4 forum too, and they've announced that they're hosting a Gamejam ending on June 1st: https://fuzearena.com/forum/topic/2233/fuze-gamejam-36-theme-move

                    Their forum is also on nodebb which makes it look similar to ours 👀

                    I don't see any networking options, although you can share your code with others. It supports controllers and touch, including oddly enough the IR camera on the joycon. So you could do local co-op, at least. Maybe the limitations there are enforced by Nintendo.

                    There's a $1 "player" app, so others can use that to play your games without buying FUZE4 itself. Although, it feels like this should be free! That would make it easier to spread games: https://www.nintendo.com/us/store/products/fuze-player-switch/

                    Sign the petition! Help us figure out the browser timeout.

                    ? 1 Reply Last reply
                    0
                    • VGMooseV VGMoose

                      There's a FUZE4 forum too, and they've announced that they're hosting a Gamejam ending on June 1st: https://fuzearena.com/forum/topic/2233/fuze-gamejam-36-theme-move

                      Their forum is also on nodebb which makes it look similar to ours 👀

                      I don't see any networking options, although you can share your code with others. It supports controllers and touch, including oddly enough the IR camera on the joycon. So you could do local co-op, at least. Maybe the limitations there are enforced by Nintendo.

                      There's a $1 "player" app, so others can use that to play your games without buying FUZE4 itself. Although, it feels like this should be free! That would make it easier to spread games: https://www.nintendo.com/us/store/products/fuze-player-switch/

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #15

                      @VGMoose It Should Be Free I Think So Also

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Groups
                      • Users
                      • Tags
                      • Popular