Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

pouyakary/knight.arendelle

Repository files navigation

ScreenShot

Chess Knight's Path Optimizer

Intro

A software that renders you the optimized path for a Chess Knight to move from bottom left of a chess board in size of n to the top right size of it written in Arendelle with an UNIX launcher written in C based on Pouya Kary's Chess Knight Path Optimization Algorithm

Setup

To run the software:

  • Download and Install Arcade IDE
  • Download the repo and put files where you like.
  • Run main.arendelle from 'White Screen Functioned'
  • If you're using UNIX you can open the knight.c and then change the command to your file then compile it using gcc -o knight ./knight.c and then move the knight to /usr/bin

License

Chess Knight's Path Optimizer
Copyright (C) 2014 Pouya Kary <k@arendelle.org>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.