Summary of ΜGAME 10 – A TINY GAME CONSOLE UNIT TO LEARN PYTHON PROGRAMMING
The µGame 10 is a handheld game console kit by Deshipu designed for learning Python programming. Unlike other consoles requiring complex compilation, it uses CircuitPython to allow direct code upload via USB drive without drivers or an IDE. The device features a 128×128 OLED screen and runs games immediately after file transfer. While the kit includes the board and charging unit, users must assemble the display and battery themselves and can 3D print a custom case as no enclosure is provided.
Parts used in the µGame 10 Console Kit:
- Board
- OLED display
- Battery charging unit
- Battery (user supplied)
- Micro USB port
- Custom 3D printed case (optional)
If you want to have fun by playing games and also learn about Python Programming language, the µGame console kit might be your best bet.
There are some game consoles out there in the market, like Pokitto, Okitto, and others. These game consoles give the ability to play several games and even build your own by programming it yourself. One of the significant challenges with these game consoles is the process it takes to develop and deploy a game, one has to go through the whole process of installing the compiler and IDE, compile the program with the hope of getting it to build successfully. This entire process could be a daunting task for a beginner, but the µGame 10 console kit from Deshipu seems to beg the difference.
µGame is a game console kit from Deshipu that allows you to play games and write them using the Python programming language. Unlike other gaming kits that require the code to be compiled first before uploading to the device, µGame doesn’t require compilation. The program can be uploaded directly to the console, and it will start playing it. It’s based on Adafruit’s CircuitPython – a version of Python that runs a python code without an operating system. CircuitPython is Adafruit’s branch of MicroPython designed to simplify experimentation and education on low-cost microcontrollers.
At a footprint of 1.44 inches, µGame takes the form of a small handheld game console with a 128×128 OLED screen. This portable game system can be attached to a computer via its built-in micro USB port where it will show as a USB drive, and doesn’t require any driver for that. The built game source code can be copied directly to the drive where it can now be executed and even modified. The game console can be removed from the computer and the game copied inside will be available for execution.
The console kit is supplied only with board, the display, and a battery charging unit. The user is expected to attach the OLED display, and a battery to begin using it. Unlike other gaming consoles like the Pokitto that comes with an enclosure, µGame doesn’t come with an enclosure but you can 3D print your custom case for it. The system provides an easy way to edit code if desired from the µGame, and the console will automatically restart if changes in the code are detected, or you run your new program.
Read More: ΜGAME 10 – A TINY GAME CONSOLE UNIT TO LEARN PYTHON PROGRAMMING
- How does the µGame console handle code deployment?
The program can be uploaded directly to the console as a USB drive without needing to compile the code first. - Does the µGame require any drivers to connect to a computer?
No, the console shows as a USB drive when attached via its built-in micro USB port and requires no drivers. - What programming language does the µGame use?
The console allows you to write games using the Python programming language based on Adafruit's CircuitPython. - Can I edit code directly on the µGame console?
Yes, the system provides an easy way to edit code from the µGame, and it automatically restarts if changes are detected. - What components are included in the µGame kit?
The kit is supplied only with the board, the display, and a battery charging unit. - Do I need to buy a separate enclosure for the µGame?
The console does not come with an enclosure, but you can 3D print a custom case for it. - How large is the µGame handheld console?
The console has a footprint of 1.44 inches and features a 128×128 OLED screen. - What happens when I modify the game source code?
The console will automatically restart to execute the new program or modified code once the files are updated.

