Skip to content

Test Version

Pre-release
Pre-release
Compare
Choose a tag to compare
@rbobillot rbobillot released this 07 Jan 14:07
· 25 commits to master since this release

This is the first version of this project:

  • 2048 game that basically works as intended
  • Written in Scala 2.13, with Cats 2.0.0
  • Buggy Swing GUI (I feel so clumsy with Swing)
    -> too long to boot
    -> strange Board scaling after first move
  • Game board State, stored in a mutable Variable (ewww...)