Skip to content

This emulator was built as a Bachelor's project at Chalmers University of Technology by the students listed as contributors below. The emulator aims to emulate the original Game Boy released in 1989.

emulated-gamer-bois/gameboy-emulator

Repository files navigation

Build Status

Game Boy Emulator

This emulator was built as a Bachelor's project at Chalmers University of Technology by the students listed as contributors below. The emulator aims to emulate the original Game Boy released in 1989.

Contributors

Supervisor

Setup

Install the required dependencies sdl, sdl2, glew and openal.

Ex:

sudo pacman -S sdl sdl2 glew openal

or

sudo apt-get install libsdl2-dev libglew-dev libopenal-dev

Windows users only need to install the following dependencies:

Cloning the project

git clone git@github.com:emulated-gamer-bois/gameboy-emulator.git
cd gameboy-emulator
git submodule update --init --recursive

Building and run the project: Command line

mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
cmake --build .
src/project

Build and run the project: CLion

  • Open the project in CLion
  • Select Edit Configurations..., set Working Directory to $FileDir$ and press OK
  • Rebuild and run the project

About

This emulator was built as a Bachelor's project at Chalmers University of Technology by the students listed as contributors below. The emulator aims to emulate the original Game Boy released in 1989.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published