Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 374 Bytes

WaneEngine

A novice chess engine, written in Lua.

This is my first attempt at creating a chess engine program. I chose Lua, as I am fairly comfortable with the language, and have been learning the ins and outs of chess engines.

Chess Program

This is also used as the source of board representation in my chess Gui program at https://github.com/HalflingHelper/Chess.