Recent content by Machina

  1. Machina

    Homebrew [Release] Lua Player Plus 3DS (lpp-3ds) - LUA interpreter for 3DS

    I'm having trouble with the LPP3DS R2 3DSX file. Whenever I boot LPP3DS R2 it takes me back to the 3DS's home menu. I copy/pasted the Hello World code from the samples to see if there was an error related to my code specifically, but nothing changed. If I swap the new 3DSX file with the previous...
  2. Machina

    Homebrew Mazed - Game Demo (Lua)

    Since the last time I posted I've been playing around with a few ideas. • The A button displays when standing in front of an entrance. This is to let the user know that A needs to be pressed to enter a new room. • A map displays on the top screen to better orientate the player. When...
  3. Machina

    Homebrew Mazed - Game Demo (Lua)

    Yes, I like to do independent research. I started this project on late-February, and I released the demo as soon as I got room transitions working. I'd say that it took me about 3-4 weeks to have it where it's at now. I've been slowly working on it daily.
  4. Machina

    Homebrew Mazed - Game Demo (Lua)

    What you see above is an image of a demo that I've been working on, now titled Mazed. You begin in a room with one exit. From there you must go through other rooms to figure out which way leads to the end. Making a wrong turn will take you back to where you started, and once you decide to enter...