sasagawa888/eisl

tcl/tk GUI

Closed this issue · 6 comments

I am making tcl/tk library so that you can make simple games.

poldy commented

I tried this out, it worked for me after some minor fixes. Great work!

Mr. Poldy Thank you for your pull request. Development will be accelerated.

I added an example of Sierpinski recursive shapes. See tests/tk.lsp

I added tic-tac-toe game. tests/tk2.lsp

I decided to go by Common Lisp convention. Changed double colon to single colon.

e.g.
tk::menu -> tk:menu

The development of the tcltk library will end for now. it will restart again if necessary. Thank you for your support.