Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 937 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 937 Bytes

GameBot

GameBot is the result of a bachelor's thesis in computer science. The goal was to build a physical robot that can play Tetris on a GameBoy. Watch this YouTube video to see the robot in action.

This repository contains the source code for the software part of the GameBot project.

Usage

You can test the bot without having a physical robot. This is possible using the Game Boy emulator writen by Michael Birken.

You need to download a Game Boy ROM for Tetris to be able to run the application (the file must be copied to ./Roms/tetris.gb). Due to copyright issues, we can't provide the ROM file directly in this repository.

Links