This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
jcranky/tic-tac-toe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published