Search:

Type: Posts; User: Figgle

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    989

    Re: 2D Survival Platformer Help

    1) The incorrect code is supposed to print a 3x3 cube as well as one stray cube, like in Minecraft crafting.
    2) This part here -

    public class WorkBench {
    public static Cell[] workBench = new...
  2. Replies
    5
    Views
    989

    Re: 2D Survival Platformer Help

    I'm only trying to convert the line of squares that you get from hitting "P" while holding a workbench. I know all of the code is executing and when it's supposed to, but the coding itself is...
  3. Replies
    5
    Views
    989

    2D Survival Platformer Help

    Hey guys, I'm programming a 2D pixel-based platformer, kind of like Terraria, but I ran into a problem with the crafting mechanism. My goal was to create a 3x3 crafting space when you hit "p" while...
Results 1 to 3 of 3