tintoy / akka-guessing-game

A simple number-guessing game using Akka to model the game state. Eventually, this'll be exposed to clients using an Akka HTTP web API and my little SignalR bridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akka guess-the-number game

A simple guess-the-number game using Akka to model the game state. For now, this is mainly a way to learn about modelling actor behaviour, but eventually the game itself will be exposed as a web API for commands (using Akka HTTP) and bridged SignalR hub for game-state notifications.

About

A simple number-guessing game using Akka to model the game state. Eventually, this'll be exposed to clients using an Akka HTTP web API and my little SignalR bridge.

License:MIT License


Languages

Language:Scala 100.0%