| Projects on Google Code | Results 1 - 10 of 144 |
Andoku is an open source sudoku puzzle game for Android.
In addition to standard sudoku puzzles it offers these sudoku variants:
* Sudoku-X
* Hypersudoku
* Squiggly Sudoku (a.k.a. Jigsaw Sudoku)
* and combinations thereof (e.g. Sudoku-X with jigsaw regions)
You can download Andoku from...
==说明==
数独作为深受广大用户喜爱的数学智力游戏,有着其独到的魅力和乐趣。对于编程人员而言,其算法的实现与效率也是个值得讨论和研究的话题,本着对数独的兴趣和个人的研究,在此发布可扩充的数独的生成与求解,普通的数独为9*9宫格,本项目提供的是基于n(n>=2)的数独研究以供大家参考、学习与交流。
==设计思路==
作为一个可扩充的数独实现,不仅仅是数字上的扩充,还包括求解的可扩展性。整个项目的核心是围绕数独的数据结构来实现的,基于数独的平面表示,在java中使用二维数组(two-dimension array)来描述数独的数据结果,对应的就是项目中的* NP...
<wiki:toc max_depth="2" />
=为什么做KLSudoku=
原因很简单,因为自己喜欢玩传统的标准数独,所以借学习CSharp的机会来编写一个标准传统数独的题目生成和解题的游戏软件,并且力求它可以为你增加更多的解题乐趣。
KLSudoku所有源码免费开放,但是请先阅读并且同意*[http://klsudoku.googlecode.com/svn/trunk/csharp/SudokuPanel/Docs/%E4%BB%A3%E7%A0%81%E4%BD%BF%E7%94%A8%E7%94%B3%E6%98%8E.txt 代码使用说明]*。使用源码时请务...
=Sudoku=
This project contains a javascript implementation of Sudoku. There are three peices:
# Logic implementation.
# UI implementation.
# Sample application using the logic and UI implementations.
===Additional Info===
* [http://isolace-sudoku-js.googlecode.com/svn/trunk/doc/sudoko-...
Sudoku Solver is a none-too-creatively named program used to solve Sudoku puzzles. This is also the first attempt I've made at developing a program with a graphical user interface. It was written in C++, uses wxWidgets for the interface and was written using Code::Blocks. I chose wxWidgets for th...
<wiki:toc max_depth="3" />
= Dance Sudoku =
Freeware, open source C# .Net Sudoku generator library and application.
= Library features =
* puzzles generator
* puzzle minimizer
* DLX Solver
* candidates
* modified [http://magictour.free.fr/sudoku.htm suexrate] style ratings
=...
This is a project for [http://www.cse.wustl.edu/~chen/511/ CSE 511A: "Introduction to Artificial Intelligence"] at [http://wustl.edu/ Washington University in St. Louis] that solves a Sudoku problem using a variety of algorithms, including constraint satisfaction and various graph search algorithms ...
sudoku,
cse511,
ai,
artificial,
intelligence,
artificial-intelligence,
Boost,
BGL,
Graph,
Search,
A-star,
Hill-climbing,
Enforced-hill-climbing,
CPlusPlus,
constraint-satisfaction
使用QT C++框架来开发的传统数独游戏,在Windows,Linux,Wince和Symbian上分别编译发布。
=主要功能需求=
# 支持标准数独,锯齿数独,对角线数独,杀手数独的题目生成与解题
# 支持网络对战(游戏服务器模式、P2P模式),支持插件引入其他网站对战平台
# 支持题库切换,导入,导出
# 支持题目批量打印
# 支持多国语言界面
# 支持多平台,包括Windows Mobile和Symbian
ontosudoku demonstrates inference capabalities over OWL.
It encodes Sudoku constraints into OWL and uses Pellet and Jena to solve it.
A GWT-based GUI is provided.
Quick test: (you need Java 1.6 and Maven 2)
-----------
$ sudo apt-get install libstdc++5 # needed on Ubuntu
$ svn checko...