From a8fe106ec8c2c864cb267088cc0ea1854be2ffd7 Mon Sep 17 00:00:00 2001 From: karan-ksrk <44173143+karan-ksrk@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:16:59 +0530 Subject: [PATCH 1/2] Bandersnatch Game (Tier-2 idea) --- Projects/2-Intermediate/Bandersnatch.md | 28 +++++++++++++++++++++++++ README.md | 1 + 2 files changed, 29 insertions(+) create mode 100644 Projects/2-Intermediate/Bandersnatch.md diff --git a/Projects/2-Intermediate/Bandersnatch.md b/Projects/2-Intermediate/Bandersnatch.md new file mode 100644 index 00000000..ef54de41 --- /dev/null +++ b/Projects/2-Intermediate/Bandersnatch.md @@ -0,0 +1,28 @@ +# 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 one 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 f6557617..08fa569c 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 | From 4be06d8dfd806ba62a791d0cb27694ab0f611b5d Mon Sep 17 00:00:00 2001 From: karan-ksrk <44173143+karan-ksrk@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:20:07 +0530 Subject: [PATCH 2/2] Bandersnatch Game (Tier-2 idea) --- Projects/2-Intermediate/Bandersnatch.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Projects/2-Intermediate/Bandersnatch.md b/Projects/2-Intermediate/Bandersnatch.md index ef54de41..853e2a5d 100644 --- a/Projects/2-Intermediate/Bandersnatch.md +++ b/Projects/2-Intermediate/Bandersnatch.md @@ -14,7 +14,7 @@ You can build a web app, mobile app, desktop app or just a simple program. ## Bonus features -- [ ] User can choose different decision again after completing a one journey. +- [ ] User can choose different decision again after completing a journey. ## Useful links and resources @@ -25,4 +25,3 @@ You can build a web app, mobile app, desktop app or just a simple program. - [Destini Challenge](https://github.com/londonappbrewery/destini-challenge-completed) - [Bandersnatch](https://github.com/joric/bandersnatch) -