So I was working with resecons my own minecraft using python.
dev.to·12h·
Discuss: DEV
🎮Bevy
Preview
Report Post

Hello, I’m Raiz from the Gob Team.

I’m currently working on Resecons, my own Minecraft-inspired sandbox game written in pure Python. This is a passion project where I want to explore game engines, world generation, and modding systems—all in Python first before optimizing with other languages or native extensions later.


About Resecons

  • Language: Python (PyOpenGL / Pygame for rendering)
  • Goal: Create a fully interactive voxel world with singleplayer and multiplayer support

Current Progress:

  • Main menu with interactive buttons
  • Debug overlay showing FPS and button clicks
  • Context-managed UI system for safe initialization and cleanup
  • World system skeleton in place (blocks, chunks, basic world structure)

Why I’m Posting

While I’ve …

Similar Posts

Loading similar posts...