Skip to content

baijiacms/txt2gam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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
  • Join multiple text files (you can specify a file that contains a list of files to be joined)

Chat group

https://discord.gg/vyyyTrd

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 80.0%
  • C++ 19.1%
  • CMake 0.9%