diff --git a/README.md b/README.md new file mode 100644 index 0000000..86c9c1c --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# RustBoy +RustBoy is a project to develop a Game Boy emulator in Rust Programming Language. Basically, it was inspired by the [Cinoop] (https://cturt.github.io/cinoop.html). + +## Getting Started +### Requirements +* Install new version of Rust + +`$ curl https://sh.rustup.rs -sSf | sh` + +* Determination ;D + +## Tasks +- [ ] Test + +## Contributing +Everybody is welcome to collaborate the project. If you want to contribute, please submite a PR to us. + +## License +[MIT](https://choosealicense.com/licenses/mit/)