Skip to content

pcornier/gbcoffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBCoffee

A GameBoy emulator written in Coffeescript and developed mostly on my smartphone with Termux ❤ during traffic jams in Geneva, Switzerland.

This is still a WIP but it can run some games like Tetris, Super Mario Land or Zelda. Additionally, it contains a basic integrated debugger.

You can compile to JS with cake build. If you want the debugger enabled, compile with cake -d build then use debug.html instead of main.html

Sound is disabled by default because it's just too buggy for now:

gb.coffee

    @timer.update cycles
    @lcd.update cycles
    # @audio.update cycles

screenshot on my phone

Of course you will need a basic http server like http-server

Releases

No releases published

Packages

No packages published