Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.64 KB

Snap! Build Your Own World Like Minecraft in Snap!, just better! Snap-BYOW adds a voxel engine. Try it

Notes:

  • enter interactive mode in full screen stage mode, let your browser capture the mouse
  • exit interactive mode by pressing escape twice - once to uncapture the mouse, the second time to exit full stage mode
  • only world and player categories are modified
  • material 0 is air, 1 is grass, 2 are bricks, 3 is earth
  • modify the player's view and position through the stage
  • newly created sprites ("mobs") always span at the same point
  • skin customization is not possible
  • cloud saving does not work

This project was a weekend project and is not under active development.

Based on voxel.js.

Based on Snap! Build Your Own Blocks

http://snap.berkeley.edu

a visual, blocks based programming language inspired by Scratch

written by Jens Mönig and Brian Harvey jens@moenig.org, bh@cs.berkeley.edu

Copyright (C) 2015 by Jens Mönig and Brian Harvey

Snap! is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.