Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwathlobal/CotD
A Common Lisp roguelike game where Angels and Demons battle in the streets of a Human city
https://github.com/gwathlobal/CotD
common-lisp game roguelike
Last synced: 3 months ago
JSON representation
A Common Lisp roguelike game where Angels and Demons battle in the streets of a Human city
- Host: GitHub
- URL: https://github.com/gwathlobal/CotD
- Owner: gwathlobal
- License: gpl-3.0
- Created: 2017-01-07T11:37:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T05:20:30.000Z (11 months ago)
- Last Synced: 2024-08-01T03:41:57.356Z (6 months ago)
- Topics: common-lisp, game, roguelike
- Language: Common Lisp
- Homepage:
- Size: 38.8 MB
- Stars: 80
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
Awesome Lists containing this project
README
CITY OF THE DAMNED
City of the Damned is a simple fast-paced coffee-break roguelike inspired by a 7DRL entry "City of the Condemned" by Tapio (http://www.roguebasin.com/index.php?title=City_of_the_Condemned).
It is written in Common Lisp using SDL.LATEST RELEASE
August 13, 2020 v2.0.2
- Satanists during the Satanist Elimination mission are given 3 disguises and 1 medkit.
- When delayed, it now takes angels, demons, and military around 90 turns to arrive.
- It is necessary to gather 300 pts of flesh now (up from 200) during the Demonic Raid mission.
- Fix the issue when campaign mode was saved as if the player was inside a mission and not on a campaign map.
- Fix the bug when the game crashed after a player's mission happened in a corrupted district a second time.CURRENT CHANGELOG
See the [CHANGELOG.txt](https://github.com/gwathlobal/CotD/blob/master/CHANGELOG.txt) file for the changes in the upcoming version.
DOWNLOADS
Head to the [Releases](https://github.com/gwathlobal/CotD/releases) directory and grab the latest binary for your platform.
COMPILING
Refer to [COMPILE-DEPENDECIES.txt](https://github.com/gwathlobal/CotD/blob/master/COMPILE-DEPENDECIES.txt) for the Common Lisp library dependencies.
Refer to [COMPILING.txt](https://github.com/gwathlobal/CotD/blob/master/COMPILING.txt) to learn how to set up Common Lisp and compile the game for Windows.