o
odinpkg.dev
packages / library / chip8

chip8

12bbe9flibrary

A Chip-8 Emulator written using Odin.

MIT · updated 7 months ago

Chip-8

A Chip-8 Emulator written using Odin.

Description

A Chip-8 Emulator written using Odin that implements all 35 (without the legacy instruction) instructions. Uses SDL2 for windowing and rendering.

Getting Started

Dependencies

  • Odin Compiler & Libraries
  • SDL2 Library (Included with Odin)

Setup

TODO

License

This project is licensed under the MIT License - see the LICENSE.md file for details

References

Steps have been taken to verify implementation details where confusion exists with used references. Not to say it is perfect.