An open API service indexing awesome lists of open source software.

https://github.com/zesterer/knightmare

A chess game and AI written in Vala
https://github.com/zesterer/knightmare

Last synced: 6 months ago
JSON representation

A chess game and AI written in Vala

Awesome Lists containing this project

README

          

# Knightmare

A hastily-written chess game, chess frontend and chess AI written in Vala and Gtk for a lengthly
coursework project.

![alt tag](https://raw.githubusercontent.com/zesterer/knightmare/master/resources/screenshots/screen.png)

## Compile

`make`

##Run

`make run`

##Trivia

- Compiles on both Linux and OSX
- Might compile on Windows if you tweak it a bit
- I'm not good enough at writing makefiles yet to perform the above