Skip to content

    3D Console Cube Java

    Created by
    Keegan-PP
    Keegan-PP

    Umm it makes a 3D Cube in the java console.

    Have fun with the numbers, it can technically be rescaled to any size.

    (if you get an array out of bounds that is negative, then you need to increase o (which is the Origin)) (if you get an array out of bounds that is positive, you need to increase the resize variable)

    Setting axis to 'p' will make the cube into a rotating plane

    //my code is 100% definitely not optimized, I only recently started Java// (basically don't look at my code as an example of how to write your own)

    If you have any ways to improve it that would be cool!

    Preview