Search found 1 match

by lilleskut
Tue Mar 15, 2016 10:31 am
Forum: Programming and Technical Discussions
Topic: Store game moves
Replies: 1
Views: 2569

Store game moves

I just started writing my own chess program (GUI and computer player) which is working fine so far. It is written in java, I know it is not the best choice, but bare with me.

Now my simple problem:

I would like to store the moves made so that they can be displayed in the GUI and also that I can ...