An open API service indexing awesome lists of open source software.

https://github.com/dubzzz/scala-2048

2048 in Scala
https://github.com/dubzzz/scala-2048

2048 functional-programming immutability jsverify property-based-testing scala scalacheck scalajs streams

Last synced: about 22 hours ago
JSON representation

2048 in Scala

Awesome Lists containing this project

README

          

# 2048 in Scala [![Build Status](https://travis-ci.org/dubzzz/scala-2048.svg?branch=master)](https://travis-ci.org/dubzzz/scala-2048)[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-0.6.17.svg)](https://www.scala-js.org)

Writing a 2048 game is only a pretext to try using Scala and its ecosystem on a project.

Immutability, functional programing, ScalaCheck, streams are among the topics I will try to discover through this simple project.

Live demo available at: https://dubzzz.github.io/scala-2048/