Skip to content

NES emulator written in C++ capable of playing NES Tetris

Notifications You must be signed in to change notification settings

JamesHovet/SoftDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftDrop

[WIP] Soft Drop is a NES emulator written in C++ as a fun side project

Tetris Screenshot

Build instructions (macOS)

  • install these dependencies, probably using brew: cmake, sdl2, glew, boost (or alternatively, just boost filesystem and program_options).
  • clone this repo and cd into it.
  • exectue these commands, one after another
cd build
cmake .
make -j

To play a ROM (only Mapper 000 and 001 Rom's are supported) run:

./SoftDrop --play <path/to/rom>

About

NES emulator written in C++ capable of playing NES Tetris

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published