https://github.com/halflinghelper/waneengine
A novice's chess engine, written in lua.
https://github.com/halflinghelper/waneengine
chess lua
Last synced: 7 months ago
JSON representation
A novice's chess engine, written in lua.
- Host: GitHub
- URL: https://github.com/halflinghelper/waneengine
- Owner: HalflingHelper
- Created: 2023-03-12T12:59:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T00:36:46.000Z (almost 2 years ago)
- Last Synced: 2025-07-07T16:35:37.035Z (9 months ago)
- Topics: chess, lua
- Language: Lua
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.