Rekonq is a strategy game in which you shall conquer to win. When a cell is conquered again by the opposite player, stays conquered permanently. The goal is to conquer most of the board.
Note: this is the CHICKEN Scheme implementation of the original, written in Python.
Note: this game requires support for ANSI escape sequences in the terminal.
How to play?
You can find the game instructions here.
Build and install
Requirements
- Fossil SCM
- CHICKEN Scheme 5.x.x
Commands
fossil clone https://fossil.avalos.me/rekonq-scheme rekonq-scheme.fossil
mkdir rekonq-scheme && cd rekonq-scheme
fossil open ../rekonq-scheme.fossil
chicken-install
License
Copyright (C) 2020 Iván Ávalos
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.