Skip to content

Releases: pazusoba/core

パズそば 0.8γ

03 Mar 05:39
Compare
Choose a tag to compare

This release was meant to be released earlier, but it is taking longer than I thought. 0.8.0 is no used anymore, and I am working on 0.9.0 at the moment.

Full Changelog: v0.7.5-beta...v0.8.0-gamma

パズそば 0.7.5β

23 Jul 13:06
Compare
Choose a tag to compare
  • Improved automation
  • Full automation
  • Improved overall performance

Now, working on the full refactor.

パズそば 0.7.2β

08 Dec 11:04
Compare
Choose a tag to compare
  • Added benchmark
  • Tried some randomness
  • Adjusted the scoring system
  • Other minor improvements

Time to start working on V2.
There are many issues in V1 (thread safety, performance, routes and more).
The structure should be improved to solve issues in V1.

パズそば 0.7.1β

29 Nov 06:48
Compare
Choose a tag to compare
  • Fixed some critical issues in 0.7β
  • Output better routes

This release is mainly bug fixes. There are still some minor issues but I will fix them when necessary
Check out some samples on YouTube, before & after

パズそば 0.7β

19 Nov 11:27
Compare
Choose a tag to compare
パズそば 0.7β Pre-release
Pre-release

There are issues with this release. All will be fixed in 0.7.1β

  • Improved the efficiency of the algorithm
  • fixed a combo counting bug
  • up to 2x faster than v0.6-beta

V2 is WIP now. It aims to output better routes and a speed mode will be added just for automation
The algorithm will be improved as well so that it is no longer shortsighted (too greedy currently)
Finally, the heuristic will be adjusted in V1 first and then moved to V2

パズそば 0.6β

18 Aug 12:10
Compare
Choose a tag to compare
  • Added more profiles
  • Some general improvements
  • Automation is now available with python

パズそば 0.5α

01 Aug 05:38
Compare
Choose a tag to compare
  • Improved heuristic function
  • Added some profiles
  • Improved thread safety (or not)

What's next?

  • Better UI with Qt
    • Show the path visually
    • Replay mode
  • Screenshot recognition with OpenCV
  • Use monkeyrunner to play the game on Android

パズそば 0.4α

21 Jul 03:44
Compare
Choose a tag to compare
  • Added multi-threading
    • Up to x times faster than 0.3-alpha depending on how many cores you have
    • 6 cores -> 6x faster
    • Occasionally, the program might crash

パズそば 0.3α

20 Jul 13:37
Compare
Choose a tag to compare
  • Better compiler optimisation (-Ofast)
  • Better moveOrbsDown function
  • Added timer to track elapsed time
  • 4x faster compared to 0.2-alpha
  • About 50% slower than padopt

パズそば 0.2α

16 Jul 00:23
89a99cc
Compare
Choose a tag to compare
  • Improved algorithm and generally better solutions
  • A GUI is wip