For one of our features, we decided to make a game about binary shift. This game will include: - [x] Short lesson about binary shifting for users that don't know what it is/how to do it - [x] Instruction on how to play the game - [x] Buttons for user to choose which shift (right/left) they want to perform - [x] Random binary number generator - [x] User input that shifts the random number in the direction they chose - [x] Feedback on whether they got the answer correct or incorrect - [ ] Print answer
For one of our features, we decided to make a game about binary shift. This game will include: