diff --git a/Projects/2-Intermediate/Bandersnatch.md b/Projects/2-Intermediate/Bandersnatch.md new file mode 100644 index 00000000..853e2a5d --- /dev/null +++ b/Projects/2-Intermediate/Bandersnatch.md @@ -0,0 +1,27 @@ +# Bandersnatch + +**Tier:** 2-Intermediate + +If you have seen the Bandersnatch film, It would be easier to understand what is the purpose of this app. + +The Purpose: User build his own story based on his decision. + +You can build a web app, mobile app, desktop app or just a simple program. + +## User Stories + +- [ ] User can choose the decision from given option that he made after reading the story or watching the video. + +## Bonus features + +- [ ] User can choose different decision again after completing a journey. + +## Useful links and resources + +- [Bandersnatch (Wikipedia)](https://en.wikipedia.org/wiki/Black_Mirror:_Bandersnatch) +- [Steps to Build](https://www.gamesindustry.biz/articles/2019-01-18-how-to-build-a-bandersnatch) + +## Example projects + +- [Destini Challenge](https://github.com/londonappbrewery/destini-challenge-completed) +- [Bandersnatch](https://github.com/joric/bandersnatch) diff --git a/README.md b/README.md index 2d209743..585781a4 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ required to complete them. | Name | Short Description | Tier | | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | +| [Bandersnatch](./Projects/2-Intermediate/Bandersnatch.md) | Adventure Game like Bandernatch | 2-Intermediate | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |