A version of Minecraft that runs entirely in the terminal.
This project runs out of the box in the VS Code terminal.
To run this project in the Windows Command Prompt, follow these steps:
-
Add the following line to the start of your
mainmethod:new ProcessBuilder("cmd", "/c", "color") .inheritIO() .start() .waitFor();
-
Compile the file.
-
Open Command Prompt.
-
Set up the window:
- Maximize the window (full screen)
- Right-click the title bar → click Properties
- Go to the Layout tab
- Apply the following settings:
- Uncheck Wrap text output on resize
- Screen Buffer Size Width:
9000 - Window Size Width:
860 - Window Size Height:
610
-
Execute the compiled file.
inspired by : https://github.com/tarantino07/minecraft.c


