Happy !
azazael / TicTacToeIA
Project infos
| License | MIT |
| Tags | roassal, game, ia, tictactoe |
| Creation date | 2018-02-17 |
| Website | objectprofile.com |
Monticello registration
About TicTacToeIA
About
This project is just a test for Tictactoe game with I.A in Smalltalk. You will need Roassal.
Instalation
Just open the playground in pharo6.0 and execute the next code
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
configurationOf: 'Roassal2';
loadStable.
Gofer it
smalltalkhubUser: 'ObjectProfile' project: 'Roassal2';
package: 'Roassal2';
package: 'Roassal2GT';
package: 'Trachel';
load.
Gofer it
smalltalkhubUser: 'abergel' project: 'NeuralNetworks';
configurationOf: 'NeuralNetworks';
loadDevelopment.
Gofer it
smalltalkhubUser: 'jhoncc2' project: 'NeuralNetworksExtra';
package: 'NeuralNetworksExtra';
load.
Gofer it
smalltalkhubUser: 'azazael' project: 'TicTacToeIA';
package: 'TicTacToeIA';
load.
T3Game openPlayerVsPlayer
Screenshot

Contact
For anything, send a message to akevalion@gmail.com
