Skip to content

Releases: ActuallyHappening/ChessBois

v0.1.8: Copy&Paste buttons, error window

12 Jul 10:34
Compare
Choose a tag to compare

extra features:

  • Can press a button to copy state & paste state from clipboard (not supported on browsers)
  • Window showing errors if they happen

This release is mainly to ensure stability as the internals changed significantly.
There is now well over 2 thousand lines in production!
image

v0.1.7: Saves & hotkeys

12 Jul 00:28
Compare
Choose a tag to compare

Extra features:

  • Hotkeys for colours in manual moves
  • Can copy-paste save manual moves
  • Basic error display

v1.1.6: Colours & Dots

10 Jul 06:31
Compare
Choose a tag to compare

Extra features:

  • In manual mode, you can now colour the visualisation lines that you place
  • In manual mode, you can now place invisible visualisations by choosing the 'Invisible' colour
  • Visualisations now show a dot (small circle) when they pass through a square

Public Release v0.1.5: Manual drawing

08 Jul 00:18
Compare
Choose a tag to compare

New features:

  • New mode, allowing for drawing with 3 levels of freedom

To install on your computer:

  • macOS: Download the .dmg file, double click, and open the .app file inside. You will likely need to update to the latest OS, and disable security manually in system preferences (open Preferences -> Privacy and Security -> 'bevy solver could not be opened' -> Open anyway) since I am lazy and haven't signed my code
  • Windows: Download the .zip file, extract all, then open the bevy_solver.exe file. You will likely get a security warning, open anyway

Public Release: v0.1.4

07 Jul 06:38
Compare
Choose a tag to compare

Features:

  • Up to 20x20 boards
  • Hamiltonian Path & Hamiltonian Cycle algorithms
  • Visualisations of knights paths
  • Ability to arbitrarily disable squares by clicking on them
  • Saves known results and presents using icons
  • Upper resource cap, to avoid freezing or crashing difficult computations

To install on your computer:

  • macOS: Download the .dmg file, double click, and open the .app file inside. You will likely need to update to the latest OS, and disable security manually in system preferences (open Preferences -> Privacy and Security -> 'bevy solver could not be opened' -> Open anyway) since I am lazy and haven't signed my code
  • Windows: Download the .zip file, extract all, then open the bevy_solver.exe file. You will likely get a security warning, open anyway