Skip to content

Vokkit/Vokkit-old

Repository files navigation

Vokkit

Preview

Voxel server launcher accessed via a web browser

JavaScript Style Guide

Changelog

See CHANGELOG

Features

  • 청크 단위 사용: 시야 조절이 가능합니다.

  • 청크 생성 최적화: Greedy Meshing 알고리즘을 통해 보이지 않는 부분은 생성하지 않고, 합칠 수 있는 부분은 합쳐 렉을 줄입니다.

  • 웹에서 마인크래프트를 할 수 있습니다!

  • Use chunk unit: vision adjusting is available.

  • Optimized Mesh Generation: Through Greedy Meshing algorithm, it doesn't generate invisible parts and join the joinable parts to reduce lag.

  • We can play Minecraft on web page!

Known Bug

Note

월드는 worlds 폴더에 텍스트 파일로 작성합니다. 예) worlds/world.txt

월드 형식은 x,y,z,id으로, id는 1이 돌, 2가 잔디, 3은 흙이며 한 줄당 한 블럭씩 작성해 주시면 됩니다.

처음 실행 시에 최상위 폴더에서 명령 npm install을 실행하세요.

Vokkit을 실행하려면 start.bat 파일을 실행하시거나, 운영 체제가 Windows가 아닌 경우 명령 node index.js를 실행하시면 됩니다.

Write Vokkit's world as a text file in the worlds folder. ex) worlds/world.txt

World format is x,y,z,id. id 1 is Stone, 2 is Grass, 3 is Dirt, and You can write one block per line.

Run the npm install command from the top-level folder on first run. To run Vokkit, run the start.bat file, or run the command node index.js if the operating system is not Windows.

About

Voxel server launcher accessed via a web browser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages