pull/298/merge
Karan Singh 2 years ago committed by GitHub
commit 2e69cc638c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -83,6 +83,7 @@ required to complete them.
| Name | Short Description | Tier | | 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 | | [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 | | [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 | | [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate |

Loading…
Cancel
Save