This website works better with JavaScript.
Explore
Help
Sign In
tiyn
/
yeschess
mirror of
https://github.com/tiyn/yeschess
Watch
1
Star
0
Fork
You've already forked yeschess
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ca73df4fbb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ca73df4fbb'
${ noResults }
yeschess
/
.gitignore
7 lines
44 B
Raw
Normal View
History
Unescape
Escape
configs and projectPath In the last few commits the problem occured that absolute paths are needed for correct and unambiguous locations for binary files or the database. For the compiler arguments the problem is now solved with an automatic script, that creates the absolute paths automatically for different systems. The database path is now specified by calling a new function, that finds the root of the project followed by a relative path.
4 years ago
secret.nim
nim.cfg
project structure The project previously wasnt structured very well. Now the engine has its own module so its more visible what file belongs to what topic.
4 years ago
tests: created tests dir The tests where cluttering the src dir so i moved them to a separate dir. Same goes for the binaries so i changed the outputdirectory for them and added these to the new gitignore file
4 years ago
bin
documentation: updated the readme documentation The readme was partly outdated. I decided not to put in depth documentation into the readme. Additionally i added missing docstrings into posMoveDB
4 years ago
htmldocs
configs and projectPath In the last few commits the problem occured that absolute paths are needed for correct and unambiguous locations for binary files or the database. For the compiler arguments the problem is now solved with an automatic script, that creates the absolute paths automatically for different systems. The database path is now specified by calling a new function, that finds the root of the project followed by a relative path.
4 years ago
ressources