diff --git a/README.md b/README.md index eb1cb56..0660e63 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,6 @@ Essentially: - [Build your own Netcat](Solutions/challenge-netcat.md) - [Build your own Video Chat Application](Solutions/challenge-video-chat.md) - [Build your own Mandelbrot Set Explorer](Solutions/challenge-mandelbrot.md) +- [Build your own Asteroids](Solutions/challenge-asteroids.md)
diff --git a/Solutions/challenge-asteroids.md b/Solutions/challenge-asteroids.md new file mode 100644 index 0000000..333553e --- /dev/null +++ b/Solutions/challenge-asteroids.md @@ -0,0 +1,8 @@ +# Build Your Own Asteroids + +The Challenge: [Build Your Own Asteroids](https://codingchallenges.fyi/challenges/challenge-asteroids) +The shared solutions: + +| No. | Solution | Language | Author | +|-----|-------------------------------------------------------------|----------|------------------------------------------------------| +| 1 | [Pysteriods](https://github.com/Kingcitaldo125/Pysteriods) | Python | [Kingcitaldo125](https://github.com/Kingcitaldo125/) | diff --git a/Solutions/challenge-duplicate-file-finder.md b/Solutions/challenge-duplicate-file-finder.md index 38a15c4..ac02d9b 100644 --- a/Solutions/challenge-duplicate-file-finder.md +++ b/Solutions/challenge-duplicate-file-finder.md @@ -9,4 +9,4 @@ The shared solutions: | 1 | [duplicate_file_finder](https://github.com/imhiteshgarg/duplicate_file_finder) | Python | [imhiteshgarg](https://github.com/imhiteshgarg) | | 2 | [finddup](https://github.com/triko88/finddup) | C++ 17 | [Apan Trikha](https://github.com/triko88) | | 3 | [Duplicate File Finder](https://github.com/OneBrick-Software/Duplicate-file-finder) | Go | [Ivan APEDO](https://github.com/IvanGael) | -| 4 | [duplicate_file_finder](https://github.com/ronaldsuwandi/challenge_duplicate_file_finder) | Rust | [Ronald Suwandi](https://github.com/ronaldsuwandi/) | +| 4 | [duplicate_file_finder](https://github.com/ronaldsuwandi/challenge_duplicate_file_finder) | Rust | [Ronald Suwandi](https://github.com/ronaldsuwandi/) | \ No newline at end of file