From 276289827ae7ff4ffe6c592cc0fad239058c30ce Mon Sep 17 00:00:00 2001 From: Christian Nakata Date: Sat, 27 Oct 2018 16:29:14 -0300 Subject: [PATCH 1/2] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c45028 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# RustBoy +RustBoy is a project to develop a Game Boy emulator in Rust Programming Language. + +## Basic Installation +### Requirements +* Install new version of Rust +`$ curl https://sh.rustup.rs -sSf | sh` + +* Determination ;D + +## License +[MIT](https://choosealicense.com/licenses/mit/) From 93f79b831fd98dd630b7db3e1803162f2d2e8b84 Mon Sep 17 00:00:00 2001 From: Christian Nakata Date: Sat, 27 Oct 2018 17:01:27 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c45028..86c9c1c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # RustBoy -RustBoy is a project to develop a Game Boy emulator in Rust Programming Language. +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). -## Basic Installation +## 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/)