Skip to content

Releases: eleniums/blackjack

Release 1.3.0

19 Jun 18:35
eacbe16
Compare
Choose a tag to compare
  • Convert to Go Modules.

Release 1.2.0

16 Apr 04:14
232df80
Compare
Choose a tag to compare
  • Use multiple predictions in machine learning AI. This improves performance of the AI by 2 to 3 times!

Release 1.1.1

13 Apr 16:44
Compare
Choose a tag to compare
  • Machine learning AI can now surrender if deemed necessary.

Release 1.1.0

10 Apr 00:00
d585d82
Compare
Choose a tag to compare

Result of a hackathon at work where I had fun with machine learning.

  • Added another opponent that uses a trained model to make decisions.

More information can be found here.

Release 1.0.0

08 Apr 23:23
Compare
Choose a tag to compare

Initial release of text-based blackjack game built with Go.

  • Supports multiple players.
  • Has two different computer opponents: standard and random.