Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

jcranky/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple demo using akka actors. We have two types of actors:

* BoardActor is an actor for a game board
* PlayerActor is an actor for a player

To run it, execute BoardActor.run - which will start a remote actor for the board. After that, execute PlayerActor.run("playername") for each player you want to have. This will start a player actor, and a Scala Swing screen for the game area.

Please keep in mind this is just a simple demo, not a full fledged game... but it can become this in the future =)

About

a rough (really incomplete) tic tac toe game written in scala, using akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages