Edgar thank you very much!
I will study those examples.
Search found 7 matches
- Thu Mar 31, 2011 1:51 am
- Forum: Common Lisp
- Topic: Dots game in Lisp
- Replies: 9
- Views: 16511
- Wed Mar 30, 2011 3:57 pm
- Forum: Common Lisp
- Topic: Dots game in Lisp
- Replies: 9
- Views: 16511
Re: Dots game in Lisp
thank you
I'll study it.
I need to add some seeking algorithm, some kind of AI to it.
I'll study it.
I need to add some seeking algorithm, some kind of AI to it.
- Wed Mar 30, 2011 4:34 am
- Forum: Common Lisp
- Topic: Dots game in Lisp
- Replies: 9
- Views: 16511
Re: Dots game in Lisp
yes,thats it
do you have function that draws NxN grid?
do you have function that draws NxN grid?
- Tue Mar 29, 2011 1:27 pm
- Forum: Common Lisp
- Topic: Dots game in Lisp
- Replies: 9
- Views: 16511
Re: Dots game in Lisp
I'll check these links now,thanks.
I want to find implementation example of this game in lisp and learn from it.
GUI should be simple ascii in console in alegro.
I want to find implementation example of this game in lisp and learn from it.
GUI should be simple ascii in console in alegro.
- Tue Mar 29, 2011 2:36 am
- Forum: Common Lisp
- Topic: Dots game in Lisp
- Replies: 9
- Views: 16511
Dots game in Lisp
does anyone has link to a project of this game implemented in lisp?
or knows where I can find some useful info for this?
here is the game http://en.wikipedia.org/wiki/Dots_and_Boxes
or knows where I can find some useful info for this?
here is the game http://en.wikipedia.org/wiki/Dots_and_Boxes
- Tue Mar 22, 2011 3:22 am
- Forum: Common Lisp
- Topic: Check if its number
- Replies: 2
- Views: 4206
Re: Check if its number
thank you
- Mon Mar 21, 2011 4:49 pm
- Forum: Common Lisp
- Topic: Check if its number
- Replies: 2
- Views: 4206
Check if its number
I need help with function that checks if all elements are numbers
for example:
(checkn '(1 2 3 a 4 5)) -> ()
(checkn '((1 2) 3 ((4 (1 2) a) 6 b))) -> ()
(checkn '((1 2) 3 ((4 (1 2) a) 6 b))) -> t
for example:
(checkn '(1 2 3 a 4 5)) -> ()
(checkn '((1 2) 3 ((4 (1 2) a) 6 b))) -> ()
(checkn '((1 2) 3 ((4 (1 2) a) 6 b))) -> t