Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.33 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.33 KB

AI Game Competition

Codacy Badge Join the chat at https://gitter.im/ai-game-competition/Lobby Waffle.io - Task board Build Status

Learning project for training Scala, Akka and Finch skills

Basic idea is to together develop a game server that hosts games.

Learning goals:

  • (Finch) Use finch to create a rest api
  • (Scala) Write logic for some games in scala
  • (Akka) Implement a scalable system that can run and manage multiple games concurrently
  • (CQRS / Sharding / Persistence) implement event sourcing for the gamestate (incl refactoring of gamestate to suit event sourcing)
  • (Gatling) We need a performance test to finetune the implemented features