Skip to content

Simple rust program for encoding files as a chess games.

Notifications You must be signed in to change notification settings

jzitnik-dev/filetochess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-To-Chess

Simple Rust program to convert any file to a chess game(s).

ChessEncryption

A LOT of this code is inspired/stolen from WintrCat/chessencryption so make sure to look at it.

Encoding file to a chess games

filetochess -e ./image.jpg ./output_games_folder

This command will save the image.jpg in folder that you specified.

Decoding file from a chess games

filetochess -d ./input_games_folder ./output_file.jpg

Note!

There are probably gonna be a lot of issues so feel free to create PR or Issue if you find any.

About

Simple rust program for encoding files as a chess games.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages