C-Text/CText
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
====== CText ====== = Clone = git clone https://github.com/C-Text/CText.git = Dependencies = gcc make sdl sdl_image sdl_gfx gtk3 = Build = make = Launch = ./CText.exe ./CText.exe -t : Train the neural network = Contribute = git clone https://github.com/C-Text/CText.git git flow init = Create a new feature = git flow feature start <my_feature> = Finish a feature = Open a Pull Request -> base: develop, compare: feature/<my_feature>