DEV Community

MITO
MITO

Posted on

I built my own gaming platform prototype (MITO)

Hi everyone πŸ‘‹

I’ve been working on a personal project called MITO β€” an independent gaming platform prototype.

The idea was to explore how a small-scale gaming ecosystem could work by combining:

  • a console-style interface
  • an online account system
  • a web store
  • a synced game library

Everything is built from scratch using Python (Flask + Pygame).

Right now, MITO supports:

  • user login
  • real-time library sync
  • launching games

This is still an early version, but it already works as a basic system.

πŸ”— Demo video:
(https://www.youtube.com/watch?v=giJ0ExRCXkY)

🌐 Website:
(https://mito.pythonanywere.com/)

πŸ’» GitHub:
(https://github.com/MITO-IndependentGamingPlatform/mito/blob/main/README.md?ref=producthunt)

I’d really appreciate any feedback or ideas πŸ™Œ

Top comments (0)