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.
|
1 year ago | |
---|---|---|
resources | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.org | 1 year ago | |
board.scm | 1 year ago | |
main.scm | 1 year ago | |
menu.scm | 1 year ago | |
project.org | 1 year ago |
README.org
Ancient Board Games
Scope
This project has the goal of providing a logic-driven engine for playing board games. It is multiplayer-only (at least for games requiring more than one player), and will support online multiplayer.
Technologies
- Programming language: Chicken Scheme
- Game rule engine base: miniKanren
- Hardware abstraction: SDL2 with SDL2_image and SDL2_ttf
- Network communication: nanomsg
License
This project is licensed under GPLv3.