A Deeper Clone, original game by me using Python 2.7 & Pygame 1.9, some things in this clone are different than the features of the actual game. To try the original game, go to oriondark7.com. Deeper is a mining game, but also a building game, with many cool features! Look in the notes and credits:
Changelog: 2017: August 12th, 2017, version 0.2.1: -Updated Thumbnail 2016: April 28th, 2016, version 0.2: -Added Stone Stairs -Added Placeable lamp. (Press L) In Progress: -Mobs -Crafting -Survival Mode -Multiple Lamp Placing April 28th, 2016, version 0.1.7: -Added Solid Crystal Blocks, and Stone Bricks. In Progress: -Crafting -Survival Mode -Flat Terrain April 27th, 2016, version 0.1.5: -You can now place multiple blocks (Can change blocks in inventory.) -Shows current block in hand. In Progress: -Flat Terrain -Builder and Survival Mode -Bigger Block Selection. Mid March - April 20th, 2016, version 0.1: -World Generation -Crystals -Inventory -Developer Mode -Home Screen -Block Mining, Placing, and Animation In Progress: -Change log in game. -Upgrade able Pickaxes -Sounds -More Options for World Customization If you want an explanation on how this was made, here you go: So, first, I had to find the right size for a block to align with the screen, Which I did (24 by 24). After that, I made a random number that changes every time, so there could be a crystal spawn chance (And made a variable for determining crystal types.) Then, I used djpro's platforming engine to make the person. To mine blocks, It was just a simple click function on the clone, and making sure the player was nearby. In the same clone script, (It's a forever script, don't worry, It wont crash at any point in time. :D) I made it so that you can place blocks, which is handy because its in the same clone script, which makes it so the block stays in the same place. I may have not been very detailed on this, or it might be hard to understand, but that is OK! It could just be me being bad at descriptions :P. So thats how I made it. CREDITS: -@djpro for his platforming engine. -Inspiartion from Terraria and Minecraft. -And you! For enjoying and playing this game, and actually looking at the credits which I enjoy!