A suguru (Tectonic) game written in Javascript.
  • JavaScript 80.9%
  • HTML 11.9%
  • CSS 7.2%
Find a file
2020-06-10 19:45:50 +02:00
algorithm.js rapid auto solve: warp speed when shift is held when mousing over the button (want to make it work when shift is held while already mousing over the button) 2019-04-13 18:26:10 +02:00
common.js implemented auto solve algorithm that seems to be able to solve at least the first 30 beginner levels, going to test it on all beginer levels (will take some time) and then easy levels 2019-04-12 21:02:22 +02:00
cookies.js can now switch between dark theme and light theme 2019-04-13 17:07:33 +02:00
diff1.js initial commit 2019-04-10 15:48:50 +02:00
diff2.js initial commit 2019-04-10 15:48:50 +02:00
diff3.js initial commit 2019-04-10 15:48:50 +02:00
diff4.js initial commit 2019-04-10 15:48:50 +02:00
diff5.js initial commit 2019-04-10 15:48:50 +02:00
diff6.js initial commit 2019-04-10 15:48:50 +02:00
level format.txt initial commit 2019-04-10 15:48:50 +02:00
README.md github pages link 2020-06-10 19:45:50 +02:00
suguru.code-workspace initial commit 2019-04-10 15:48:50 +02:00
suguru.dark.css can now switch between dark theme and light theme 2019-04-13 17:07:33 +02:00
suguru.html rapid auto solve: warp speed when shift is held when mousing over the button (want to make it work when shift is held while already mousing over the button) 2019-04-13 18:26:10 +02:00
suguru.js changed controls 2019-04-13 17:29:53 +02:00
suguru.light.css can now switch between dark theme and light theme 2019-04-13 17:07:33 +02:00
themeswitch.js null check in themeswitch.js: prevents script break when you don't have a cookie set 2019-04-19 22:04:28 +02:00

Suguru

This is a Suguru game written in HTML, JS and CSS.

It also has an algorithm which solves the majority of the levels.

This program was written in about 3 days, for fun, and is not supported in any way.

The levels are sourced from an Android app, of which the version from which they came is no longer available.

The game is available on Github Pages.