What is the easiest 2D game library to use with Scala?

2.4k Views Asked by At

I need to integrate a scala library for reinforcement learning that works on scala 2.9.1 with a 2D game library. If it uses SBT that would be awesome.

I was looking at scage, however the current master branch is broken, it works on maven, and the examples for how to set up a starter project simply did not work.

I am not opposed to using a java library directly, but I really want to mimize the amount of work needed to get started.

Any suggestions?

1

There are 1 best solutions below

1
On