https://github.com/vimichael/sandbox-game
https://github.com/vimichael/sandbox-game
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimichael/sandbox-game
- Owner: vimichael
- Created: 2023-07-18T04:39:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T19:45:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T02:41:47.476Z (11 months ago)
- Language: Python
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sphere's Sandbox Game
*A 2D Minecraft/Terraria-style sandbox block game*
___

This was a passion project I made in summer of 2023 to practice some game development skills with Python. I learned a lot about how to manage systems, load and save data, and work with graphics in general.
___
### Status:
The codebase has been adandoned for 7+ months. I will be coming back to make a new, improved version that will fix issues this had.
___
### Features
- Block breaking and placing
- Crafting
- Intentory management
- Functional chests
- Saving and loading worlds
- Menus
- "Physics"
- Block drops
- Infinite world
- Built-in screenshot system
___
### Screenshots
*All builds in screenshots built **in-game***


___
### Dependencies
- PyGame
- OpenSimplex