chip-8

A Chip-8 emulator written in Crystal

chip-8

This is a basic Chip-8 emulator written in Crystal. Rendering is performed using SFML through CrSFML. Sound is not currently supported.

Installation

First, you must install SFML. Next, simply clone the repo, run shards install, then shards build.

Usage

After building, you'll be left with an executable in bin/chip-8. The executable takes a path to a Chip-8 rom as its only argument, so simply execute with bin/chip-8 path/to/rom.

Contributing

  1. Fork it (https://github.com/mattrberry/chip-8/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

chip-8

Owner
Statistic
  • 4
  • 0
  • 0
  • 0
  • 1
  • about 3 years ago
  • April 30, 2020
License

MIT License

Links
Synced at

Sun, 05 May 2024 17:07:54 GMT

Languages