Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 862 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 862 Bytes

Chip-8 in Rust + WebAssembly

Overview

Over the past few months I was fascinated with Rust, so to improve my learning curve I started making Chip-8 emulator with Rust and WebAssembly for some weeks and then this are the results:

image

How to play with the Emulator

You can simply host it with npm or you can play directly with my hosted site https://6369617d280e5302e58e6b09--precious-granita-924589.netlify.app/

Hope you liked it! :)

References