-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
35 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
- 2024-05-22: | ||
- Replace the physics engine to [box2d-wasm](https://github.com/Birch-san/box2d-wasm) for improving the performance. | ||
- 2024-02-19: | ||
- Improved the UI design | ||
- 2024-02-16: | ||
- Add a feature for recording video | ||
- 2024-02-14: | ||
- Add a map selector. | ||
- 2024-01-18: | ||
- A new map has added. | ||
- 2023-11-24: | ||
- Force move the marble randomly if it stays still over 1 second. | ||
- 2023-10-08: | ||
- Save names in the local storage automatically. | ||
- 2023-09-23: | ||
- You can move the viewport by dragging your cursor on the minimap. | ||
- 2023-09-22: | ||
- Add a button that sets the last one to the winner. | ||
- 2023-08-02: | ||
- Now the names will not cover the whole screen if there are many. You can scroll the names with your mouse wheel. | ||
- 2023-07-29: | ||
- Adjusted the map to prevent a marble stays too long in a specific place. | ||
- 2023-07-21: | ||
- Improve the performance when there are too many marbles in the game. | ||
- 2023-07-21: | ||
- Fix the issue the slow-motion seems flickering | ||
- End the game immediately if only one marble survives and the winning rank is the last. | ||
- 2023-07-16: | ||
- Now you can adjust the game speed. | ||
- 2023-05-29: | ||
- Now you can shake the game if the marbles are being stuck for more than 3 seconds. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters