Skip to content

ThakeeNathees/chess-puzzles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Puzzles

A chess puzzles game written in pocketlang using raylib for graphics. All the puzziles are downloaded from lichess database. Currently I've added only about 1000 puzzles however you could add more puzzles to res/lichess_db.csv downloading from the lichess puzzles database.

To run the application you need pocketlang and raylib-pocket. Place the compiled raylib-pocket library raylib.dll or raylib.so at the pocketlang searchpath (./raylib.dll, ./raylib/_init.dll, <pocket-exe-dir>/libs/raylib.dll, <pocket-exe-dir>/libs/raylib/_init.dll, etc) and run the main script using the bellow command.

pocket main.pk

This has developed and tested only on windows however this supposed to work on all major plaforms.

About

A chess puzzles game written in pocketlang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published