![](https://private-user-images.githubusercontent.com/83623339/329774830-4024c814-f35c-45b0-8991-0cf15abb7f98.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTQwMTksIm5iZiI6MTczOTM5MzcxOSwicGF0aCI6Ii84MzYyMzMzOS8zMjk3NzQ4MzAtNDAyNGM4MTQtZjM1Yy00NWIwLTg5OTEtMGNmMTVhYmI3Zjk4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIwNTUxOVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjZTI1MTE4NDJmMWQxNzA1NjczNDg0NDFjNTcxOTk5NzY1Yjc1Zjk5ZTVlZGY4NDFhNzQ0Y2Y2OWZkNDUzODkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.QxXVwThIQKhtlhMWZlCDCjNlNa0XQ4tDNl0RPciT-qk)
Reflex is a simple console game created to apply my C# learnings to use. It was fun :))
- Prototype of Reflex with Spacebar
- Random unpredictable start of game
- Saving and retrieving scores using .txt file
- Randomised Sequence of 3 keys
- Game core: Sequence Validation with color codes
- Loop the gameplay until Q press
- Handle highscore mechanism
- Restart game on ENTER press
- Show Scoreboard
- Add more keys + Increase sequence length
- Convert to the OOP Way of Programming
- Refactor using SOLID Principles
- Add Instructions and Controls
- Learn to change Console colors (Misc)
- ASCII Art Welcome and Thank you messages (Misc)
- Loading indicators for Start and Restart (Misc)
- Create executable for Github Releases
- C to clear scores store