The flutter chess game was fully written on the dart. In dependencies only flutter_bloc library. Features I work with this repo only when I have free time. But I don’t have enough ))) My main Idea is: Separate logic and presentationModels: contains logic UI: contains all UI widgets bl...
It played Go and eventually got to the point where it could beat a random player on a 5x5 board pretty much 100% of the time. One of these days I need to rewrite that system in Common Lisp and see if I can work up to a full-size board and tougher opponents than random. (During...