Skip to content

Retro style handheld game console build using RP2040

License

Notifications You must be signed in to change notification settings

codetiger/GameTiger

Repository files navigation

About GameTiger Console

A retro-themed gaming console, crafted and tailored exclusively for educational enjoyment. The console boasts a custom-designed printed circuit board (PCB), meticulously created entirely from the ground up, and is centered around the remarkable RP2040 MCU chip. The primary objective of this endeavor is to maintain complete openness, facilitating the exploration of electronic PCB design and the establishment of a platform that fosters the creation of games and emulators on microcontrollers.

GameTiger Console GameTiger Console

Games

Snake 2048
Snake Game GameTiger Console 2048 Game GameTiger Console
Tetris Minesweeper
Tetris Game GameTiger Console Minesweeper Game GameTiger Console
Tic Tac Toe Ninja Frog
Tic Tac Toe Game GameTiger Console Ninja Frog Game GameTiger Console

Software

The software is constructed using the Pico C++ SDK, incorporating essential hardware interfacing functionalities. As an illustration, the well-known Snake game is already available. The following modules are currently available and are continually being developed.

  • Operating System Drivers
    • Display driver
    • Button interrupts
    • Battery management system driver
  • Framebuffer Library
    • Supports transparency
    • Streaming to display memory using DMA
    • Draw primitives (Line, Rect, Fill Rect)
    • Supports drawing images with alpha channel
  • Sprite sheet
    • Support for sprite sheet
    • Basic tilemap support
  • Font system based on Sprite sheet
  • Menu system
    • Games
    • Hardware config
      • Display brightness
      • Display sleep time after inactivity

The software is well optimised to achieve a target of 30 frames per second. The Snake game achieves more than 44 FPS on a default settings without overclocking.

Hardware V3:

GameTiger Console

Hardware V2:

GameTiger Console

Hardware V1:

GameTiger Console

Build your favourite games

If you're looking to contribute to the project by developing your own games for the GameTiger console, please refer to our developer guide for detailed instructions. Developer's Guide

To Do

  • Add more games
  • Design Case in CAD software for 3d printing

License

The entire project is open-sourced software licensed under the MIT license.

References