Author Topic: sudoko  (Read 2943 times)

0 Members and 1 Guest are viewing this topic.

deanmistry1

  • Guest
sudoko
« on: May 13, 2007, 05:47:27 AM »
I’d like to share this file with you.
Wrote it about 2 years ago and perhaps has some errors in it.
Certainly can be improved.
i'm new here, so if the attched file dosen't run, please let me know.
Just load it and it should show u the opening message.

qjchen

  • Bull Frog
  • Posts: 285
  • Best wishes to all
Re: sudoko
« Reply #1 on: May 13, 2007, 08:20:12 AM »
Hi, deanmistry
:) It is a very cool code.
I have thought to write one sudoku game in Lisp and fail.

You do it. Very cool, Now I often play "sudoku master" in PDA, and your code will give me lot of fun when I drawing work spare time.

This code didnt give a answer, is it?

I think the arithmetic of solving is also a funny thing.
http://qjchen.mjtd.com
My blog http://chenqj.blogspot.com (Chinese, can be translate into English)

sinc

  • Guest
Re: sudoko
« Reply #2 on: May 13, 2007, 09:36:24 AM »
This whole phenomenon is pretty funny.  I've been doing those puzzles for fifteen years, and got used to them being called "Number Place".

Then they go to Japan and get incredibly popular, and that triggers a huge fad here.  But to add further irony, the Japanese still call it "Number Place" (in English), while we've started using the Japanese word.

deanmistry1

  • Guest
Re: sudoko
« Reply #3 on: May 13, 2007, 11:02:33 AM »
Dis one wierd world, lol.

deanmistry1

  • Guest
Re: sudoko
« Reply #4 on: May 13, 2007, 03:33:44 PM »
Hi, deanmistry
:) It is a very cool code.
I have thought to write one sudoku game in Lisp and fail.

You do it. Very cool, Now I often play "sudoku master" in PDA, and your code will give me lot of fun when I drawing work spare time.

This code didnt give a answer, is it?

I think the arithmetic of solving is also a funny thing.


Thank you for your reply yuanqiu. keep well

Patrick_35

  • Guest
Re: sudoko
« Reply #5 on: May 15, 2007, 07:42:14 AM »
Hi,
It's don't work with my french's autocad  :-(

@+

Getronics

  • Guest
Re: sudoko
« Reply #6 on: May 15, 2007, 01:51:26 PM »
Hi,
It's don't work with my french's autocad  :-(

@+

Add _. in front of each command name and _ in front of each command option in the LISP:

Code: [Select]
(command "layer" "on" lyr "t" lyr "u" lyr "")change to:
Code: [Select]
(command "_.layer" "_on" lyr "_t" lyr "_u" lyr "")
Hope that helps - Cheers,
Marco

Patrick_35

  • Guest
Re: sudoko
« Reply #7 on: May 15, 2007, 03:53:17 PM »
Thanks
I know and i've translate the lisp at international language, but it don't work.
I'm looking at seriously tomorrow.
Thanks to think at strangers  8-)

@+