Skip to content

QSPFoundation/txt2gam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TXT2GAM

Linux build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Windows build

mkdir build
cd build
cmake -G "Visual Studio 15 2017" -A Win32 -DCMAKE_INSTALL_PREFIX=out ..
cmake --build . --target install --config Release

TODO

  • Support UTF-8
  • Support all new-line formats (CRLF, CR, LF)
  • Join multiple text files (you can specify a file that contains a list of files to be joined)

Chat group

https://discord.gg/6gWVYUtUGZ

About

TXT2GAM allows you to use any text editor to create QSP games

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published