A simple sandbox game. You can play this like a platformer game and you can use different blocks to create different things. Click on a block to mine it or place it. Use arrow keys. Press "e" to open inventory. Press "c" to open crafting. Press "i" to select item. Press space to activate debug mode (in the inventory). Debug mode gives you 4 Debug blocks. Have fun! Dirt, Stone and Apple Trees are placed at setup. You can plant trees by "crafting" the seed from an apple. Apples can drop from trees. Dirt - Used as a building block Stone - Used as a building block Wood - Used to craft multiple items Compass and Map - No crafting recipe, points towards origin with step count Location - Debug block Chest - Stores 3 items Command Block - Gives you any block possible in the game (debug block) Teleport - Teleports back to origin (respawning) Tree (as an item or block) - Spawns a tree as a decorative item. Deletes 1 second after placement Tree (decorative item, go-through) - Used to collect wood
Inspired by Minecraft from Mojang Studios Credits to Paper Minecraft from griffpatch, an inspiration for this project 7/8/2024 Crafting is now implemented and you can craft things with wood, but not dirt and stone. Physics are also improved and trees drop wood based on their size. 7/16/2024 Scrolling is now included and tree always generates on first block in the world. There is only one biome and that is the Default biome (dirt, stone and trees). 7/17/2024 Scrolling is now even better and players will respawn. Jumping is a lot better and the tick system for movement and scrolling is different. 7/17/2024 The sprite now goes off the screen edge, making the scrolling much better. 7/17/2024 The block placing is now better 7/26/2024 The blocks now correctly places with a new improved scrolling technique. Block movement is no longer independent 7/29/2024 Fixed a bug: Blocks placed on other chunks are incorrectly placed, and the mouse doesn't always place blocks correctly 7/29/2024 New background 7/29/2024 Crafting is fixed and 1 apple crafts 3 seeds 7/29/2024 Added a Debug block that will be used later 8/2/2024 Added a recipe for Debug block 8/2/2024 The player now holds items. Two new blocks were added: Speech and Location. Wooden Stick is added, replacing Pickaxe 8/2/2024 Added recipes for Speech and Location. Speech and Location can store text 8/2/2024 Added Compass and Map. It displays the position of origin relative to the player, and is shown on the icon 8/2/2024 Fixed a bug where the Location block looks different as an icon and as a block 8/3/2024 Location block now works like a Compass and Map 8/3/2024 Fixed world generation 8/5/2024 Fixed physics, keyboard controls and modified crafting recipes 8/5/2024 A change to debug mode and removed crafting recipe for Debug blocks 8/5/2024 Fixed bugs and added some features 8/6/2024 Fixed a bug in the Chest block