https://github.com/sunaku/knights-tour
Knight's Tour algorithm in C, OpenGL, and Cg. This was my final project for CMPE-220 at UCSC during Winter 2007.
https://github.com/sunaku/knights-tour
gpu-acceleration heuristic-search-algorithms parallel-computing
Last synced: 4 months ago
JSON representation
Knight's Tour algorithm in C, OpenGL, and Cg. This was my final project for CMPE-220 at UCSC during Winter 2007.
- Host: GitHub
- URL: https://github.com/sunaku/knights-tour
- Owner: sunaku
- Created: 2010-08-13T06:04:47.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-13T06:05:23.000Z (over 15 years ago)
- Last Synced: 2025-03-27T21:15:03.055Z (8 months ago)
- Topics: gpu-acceleration, heuristic-search-algorithms, parallel-computing
- Language: C
- Homepage: https://sunaku.github.io/knights-tour-in-Cg.pdf
- Size: 109 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
// CMPE-220, Winter 2007, final project
// Knight's Tour in Cg
// Suraj Kurapati
Run the "make.bat" script on the windoze lab computers.
NOTE: You might have to adjust the PATH variables at the
top of the "make.bat" script to get things working.