Back to search
Simple Tic-tac-toe game written in scala for HS.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
updating Board.scala so columFilled and rowFilled use the same function and pass in a Postion mapping function.
e263f3dView on GitHubmake tic-tac-toe a bit more functional, pass a game around and when adding a mark return a new game representation, include different Game types ActiveGame, WonGame, BoardFilledGame, save all the states of the game, add a replay for all game states that have been played, etc.
af8998aView on GitHubInitial commit for a simple scala tic-tac-toe game for hacker school, hope they think it's ok! =)
c40e840View on GitHub