blob: c8bc1b22bc022c84c7a1d549346de668d3423514 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Snap! Build Your Own World
Like Minecraft in Snap!, just better! Snap-BYOW adds a voxel engine. [Try it](http://code-wvs.github.io/snap-byow/snap.html)
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](http://voxeljs.com/).
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/>.
|