Skip to content

Commit

Permalink
Feature/optimize autoplay (#36)
Browse files Browse the repository at this point in the history
* Run autoplay on another thread

* Optimize autoplay loop

* Remove redundant method

* Fix condition & safe unload

* Add score

* Fix lnobj

* Fix ln counting

* Implement thread-safe particle player

* Disable auto

* Display POOR

* Feature/landmine (#35)

* Implement landmine rendering

* Implement landmine judge

* Improve precision
  • Loading branch information
VioletXF authored Sep 9, 2023
1 parent c41bde9 commit 4cc7adb
Show file tree
Hide file tree
Showing 17 changed files with 379 additions and 1,238 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/[Oo]bj/
/[Bb]uild/
/[Bb]uild_BurstDebugInformation_DoNotShip/
/[Bb]uild_mac/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
Expand Down
Loading

0 comments on commit 4cc7adb

Please sign in to comment.