You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
resources | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
README.org | 2 years ago | |
board.scm | 2 years ago | |
main.scm | 2 years ago | |
menu.scm | 2 years ago | |
project.org | 2 years 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.