Re: [racket-users] Re: how to create button to reset vector (tic tac toe game help)

2018-05-18 Thread Matthias Felleisen
> On May 18, 2018, at 9:16 AM, Adik wrote: > > > > On Friday, May 18, 2018 at 1:00:49 AM UTC+1, Adik wrote: > im trying to create a (start new game) button to refresh the game (clean > board).. attached is the code i have > I have already created a reset button that closes the whole game wind

[racket-users] Re: how to create button to reset vector (tic tac toe game help)

2018-05-18 Thread Adik
On Friday, May 18, 2018 at 1:00:49 AM UTC+1, Adik wrote: > > im trying to create a (start new game) button to refresh the game (clean > board).. attached is the code i have > I have already created a reset button that closes the whole game window > but i just want it to wipe the previous game d