nicolai86 / pony-tictactoe

tic-tac-toe implementation in pony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pony-tictactoe

a Tic-Tac-Toe implementation in pony.

building

$ cd /path/to/project
$ ponyc

running

$ ./tic-tac-toe
TicTacToe starting...
   1 2 3
A [ , , ]
B [ , , ]
C [ , , ]

A1
   1 2 3
A [o, , ]
B [ , , ]
C [ , , ]

Players take turns and enter the coordinate where they want to place their marker, e.g.

A1 places a circle on top left corner.

About

tic-tac-toe implementation in pony


Languages

Language:Pony 100.0%