Skip to content

A Sudoku encoded in Scala. This is a personnal experiment to test a game loop which is in fact an actor sending messages to itself. The project is encoded in the most friendly way possible.

Notifications You must be signed in to change notification settings

mmacphail/MacDoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacDoku

MacDoku is a Sudoku game build using scala. It uses an actor to process the Game Loop insteand of a traditionnal while(...). It's built in a functionnal friendly way.

About

A Sudoku encoded in Scala. This is a personnal experiment to test a game loop which is in fact an actor sending messages to itself. The project is encoded in the most friendly way possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages