awesome-game

Version, currently master branch1 version
  • master branchlatestJul 18, 2025

github.com/wheremyfoodat/Beeg-Boy

A Gameboy emulator made in Crystal as part of a 5-day speedrun (runs Pokemon Blue so it's perfect)

12 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  awesome-game:
    github: wheremyfoodat/Beeg-Boy
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • crsfml~> 2.5.1github: oprypin/crsfml

README

# Beeg-Boy
A Gameboy emulator made in Crystal as part of a 5-day speedrun to run Pokemon Blue

How to build:

- install the Crystal compiler and SFML

- navigate to the root folder and type "shards build"

- type "crystal src/main.cr"

![alt text](https://github.com/wheremyfoodat/Beeg-Boy/blob/master/image2.png?raw=true)

![alt text](https://github.com/wheremyfoodat/Beeg-Boy/blob/master/image1.png?raw=true)