Releases: jggoebel/bashbrawl
Releases · jggoebel/bashbrawl
1.3.0
New Features
- CSS support
- Displays Leaderboard on the game menu screen
What's Changed
- Improve Game design by displaying leaderboard on menu page, and after… by @jggoebel in #22
- feat(language): added css support by @adwilp in #23
- transform commands to lowercase by @jggoebel in #24
New Contributors
Full Changelog: 1.2.0...1.3.0
Add Statistics
This release adds some statistics to bashbrawl like
- Amount of unique commands entered
- Longest Streak
- Average Length of commands entered
- Keystrokes per Second
The stats can be accessed for the leaderboard when holding space.
In the future this statistics should also be displayed after the game ended
Full Changelog: 1.1.0...1.2.0
v1.1.0
What's Changed
- PHP 8
- Better User experience during start of the game
What's Changed In-Depth
- feat: add php support by @TitusKirch in #2
- fix: prevent multiple games from running by @TitusKirch in #4
- feat/small-refactors by @TitusKirch in #5
- Fix Dockerfile for changed angular.json by @jggoebel in #6
- Disable input during 3 second wait time by @jggoebel in #8
- Ignore empty commands by @jggoebel in #10
New Contributors
- @TitusKirch made their first contribution in #2
- @jggoebel made their first contribution in #6
Full Changelog: 1.0.0...1.1.0