Dawn of the Era (dote for short). A fantasy, turn based, tactical game. https://www.autistici.org/interzona/dote.html
|
|
1 year ago | |
|---|---|---|
| data | 1 year ago | |
| doc | 2 years ago | |
| m4 | 6 years ago | |
| po | 2 years ago | |
| src | 1 year ago | |
| .gitignore | 2 years ago | |
| COPYING | 6 years ago | |
| ChangeLog | 6 years ago | |
| LICENSES.org | 2 years ago | |
| Makefile.am | 1 year ago | |
| Makefile.in | 1 year ago | |
| NEWS.org | 2 years ago | |
| NOTES | 6 years ago | |
| README.org | 2 years ago | |
| README.txt | 2 years ago | |
| TODO.org | 6 years ago | |
| aclocal.m4 | 2 years ago | |
| compare_version.awk | 2 years ago | |
| compile | 2 years ago | |
| config.guess | 2 years ago | |
| config.rpath | 6 years ago | |
| config.sub | 2 years ago | |
| configure | 2 years ago | |
| configure.ac | 2 years ago | |
| dote.asd | 1 year ago | |
| install-sh | 2 years ago | |
| missing | 2 years ago | |
| quick_quicklisp.sh.in | 2 years ago |
Dawn of the Era (dote for short) will be a fantasy, turn based, tactical game.
The game is playable but full of bugs and many things are missing (most of the audio and video). Please send me an email if you want to help.
A primitive building method using autotools is supported.
configure passed in the previous step run:this command will download quicklisp, check the signature and install all the lisp dependencies.
You should be now able to run the game typing dote on the terminal.
For example:
#+BEGIN_SRC common-lisp (alexandria:define-constant +sys-data-dir+ "/home/username/lisp/dote/data/" :test #'string=)
(alexandria:define-constant +catalog-dir+ "/home/username/lisp/dote/po" :test #'string=)
#+END_SRC
dote.asdOf course a Common lisp compiler is mandatory, the compilation has been tested only with SBCL version 1.4.10 on Debian GNU/Linux (testing).
There are others native (in C) libraries used, the configure script will warn if some of them are missing:
on my system (debian testing) the packages names are:
I strongly recommend you to compile and run the demo in a testing environment as it is unstable (i. e. frequently crash), remember also that there is NO WARRANTY.
Please send bug report to cage-dev at twistfold dot it or point your browser to the notabug repository.
This program is released under GNU General Public license version 3 or later (see COPYING file).
The program use data and code from other sources, please see LICENSES.org for credits.
Altough any efforts has been put to make the list of credits exaustive, errors are always possible. Please send correction to cage-dev at twistfold dot it.
Any help is appreciated. artists, translators and coders are needed. If you intend to contribute please send a message to cage-dev at twistfold dot it or, alternatively, point your browser to the issue tracker.
Dawn of the era: a tactical game. Copyright (C) 2015, 2016, 2017, 2018 cage
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 http://www.gnu.org/licenses/.