Skip to content

mdgaziur/chip8-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet another Chip 8 interpreter using Rust

How to?

Install sdl2 with sdl2 gfx. Then build it using cargo build. Then run like this: cargo run YOUR_CHIP8_GAME_HERE. I've included some games here. You can run one like this: cargo run games/INVADERS

Acknowledgements

I'm a huge noob. And this is my first time. I copied codes for font, display, input from https://github.com/starrhorne/chip8-rust

Notes

This program has some bugs that causes the chip8 programs to not get interpreted correctly. Unfortunately, I've lost the interest in this project so it won't get fixed soon. If you are interested and made a fix for that, I'll be happy to accept a PR.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages