Search found 7 matches

by vasko
Thu Mar 31, 2011 1:51 am
Forum: Common Lisp
Topic: Dots game in Lisp
Replies: 9
Views: 15315

Re: Dots game in Lisp

Edgar thank you very much!

I will study those examples.
by vasko
Wed Mar 30, 2011 3:57 pm
Forum: Common Lisp
Topic: Dots game in Lisp
Replies: 9
Views: 15315

Re: Dots game in Lisp

thank you

I'll study it.

I need to add some seeking algorithm, some kind of AI to it.
by vasko
Wed Mar 30, 2011 4:34 am
Forum: Common Lisp
Topic: Dots game in Lisp
Replies: 9
Views: 15315

Re: Dots game in Lisp

yes,thats it

do you have function that draws NxN grid?
by vasko
Tue Mar 29, 2011 1:27 pm
Forum: Common Lisp
Topic: Dots game in Lisp
Replies: 9
Views: 15315

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.
by vasko
Tue Mar 29, 2011 2:36 am
Forum: Common Lisp
Topic: Dots game in Lisp
Replies: 9
Views: 15315

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
by vasko
Tue Mar 22, 2011 3:22 am
Forum: Common Lisp
Topic: Check if its number
Replies: 2
Views: 3962

Re: Check if its number

thank you
by vasko
Mon Mar 21, 2011 4:49 pm
Forum: Common Lisp
Topic: Check if its number
Replies: 2
Views: 3962

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