TTitcombe / AlphaDraughts

A PyTorch implementation of AlphaGo Zero applied to Draughts
MIT License
3 stars 2 forks source link

Create game loop #17

Closed TTitcombe closed 5 years ago

TTitcombe commented 5 years ago

This PR: Creates a play loop. Fixes bugs when taking pieces. Adds a script to play a game via user input.

To test: Unit tests pass. Run scripts/play_game.py and play games of draughts

Fixes #16 Fixes #14 Fixes #4