Skip to content

Releases: megabyte6/connect-4

Release 2.0

17 Mar 21:14
Compare
Choose a tag to compare

How to use.


Fixes and feature updates:

  • #10 Fixed settings failing to write.
  • #7 Added board wrapping.
  • #13 Switched to use the jackson library instead of night-config.
  • #11 Added custom board and line color.
  • #9 Fixed timer doesn't stop when moving through the timeline.
  • #8 Added a way to fix accidental clicking.
  • #6 Made dropping animation smoother and more natural.

Release 1.3

08 Mar 17:15
Compare
Choose a tag to compare

How to use:

  1. Download the .zip for your system.
  2. Extract the files.
  3. Navigate to the bin folder.
  4. Run connect-4 (or connect-4.bat if you're on Windows).

Note:

  • The installers are currently only available for Windows.
  • If you're on Windows and wish to use a portable build, you can use connect4-win-x64-1.3.zip (which ships with a JVM) or connect4-win-x64-portable-1.3.zip (which has a windows executable. This option is recommended).

Changes:

  • Fixed the auto-dropping feature causing the timer to hang if the column was full.
  • Fixed the crash if the settings failed to save. 💾

Release 1.2

04 Mar 06:51
bca3ce4
Compare
Choose a tag to compare

How to use:

  1. Download the .zip for your system.
  2. Extract the files.
  3. Navigate to the bin folder.
  4. Run connect-4 (or connect-4.bat if you're on Windows).

Note:

  • The installers are currently only available for Windows.
  • If you're on Windows and wish to use a portable build, you can use connect4-win-x64-1.2.zip (which ships with a JVM) or connect4-win-x64-portable-1.2.zip (which has a windows executable. This option is recommended).

Changes:

  • Added an auto-dropping option when the timer finishes. 🕒

Release 1.1

27 Feb 05:40
Compare
Choose a tag to compare

How to use:

  1. Download the .zip for your system.
  2. Extract the files.
  3. Navigate to the bin folder.
  4. Run connect-4 (or connect-4.bat if you're on Windows).

Note:

  • The installers are currently only available for Windows.
  • If you're on Windows and wish to use a portable build, you can use connect4-win-x64-1.1.zip (which ships with a JVM) or connect4-win-x64-portable-1.1.zip (which has a windows executable. This option is recommended).

Changes:

  • Added support for timed turns to make playing a bit more stressful! 🕒
  • Added option for random obstacles to change up the terrain a bit (if you want of course 😄) 🏔️
  • Bug fixes 🪲 as well as a proper implementation when there is a tie. 👔

Release 1.0

09 Feb 06:09
Compare
Choose a tag to compare

This is the very first version of connect-4 to be released!

  1. Download the .zip for your system.
  2. Extract the files.
  3. Navigate to the bin folder.
  4. Run the connect-4 file (or connect-4.bat if you're on Windows).

Note:

  • The installers are currently only available for Windows.
  • If you're on Windows and wish to use a portable build, you can use connect4-win-x64.zip (which ships with a JVM) or connect4-win-x64-portable-1.0.zip (which has a windows executable. This option is recommended).