ancient-board-games/README.org

11 lines
576 B
Org Mode

* 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: [[https://call-cc.org][Chicken Scheme]]
- Game rule engine base: [[https://minikanren.org][miniKanren]]
- Hardware abstraction: [[https://libsdl.org][SDL2]] with SDL2_image and SDL2_ttf
- Network communication: [[https://nanomsg.org][nanomsg]]
** License
This project is licensed under GPLv3.