Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove text logo from README #38887

Merged
merged 2 commits into from
Mar 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 6 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
_________ __ .__
\_ ___ \ _____ _/ |_ _____ ____ | | ___.__ ______ _____
/ \ \/ \__ \ \ __\\__ \ _/ ___\ | | < | | / ___/ / \
\ \____ / __ \_ | | / __ \_\ \___ | |__ \___ | \___ \ | Y Y \
\______ /(____ / |__| (____ / \___ >|____/ / ____|/____ >|__|_| /
\/ \/ \/ \/ \/ \/ \/
________ .__ ________ _____ .__ .___
\______ \ _____ _______ | | __ \______ \ _____ ___.__ ______ / _ \ | |__ ____ _____ __| _/
| | \ \__ \ \_ __ \| |/ / | | \ \__ \ < | | / ___/ / /_\ \ | | \ _/ __ \ \__ \ / __ |
| ` \ / __ \_ | | \/| < | ` \ / __ \_\___ | \___ \ / | \| Y \\ ___/ / __ \_/ /_/ |
/_______ /(____ / |__| |__|_ \ /_______ /(____ // ____|/____ > \____|__ /|___| / \___ >(____ /\____ |
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/
# Catalcysm: Dark Days Ahead

Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world. While some have described it as a "zombie game", there is far more to Cataclysm than that. Struggle to survive in a harsh, persistent, procedurally generated world. Scavenge the remnants of a dead civilization for food, equipment, or, if you are lucky, a vehicle with a full tank of gas to get you the hell out of Dodge. Fight to defeat or escape from a wide variety of powerful monstrosities, from zombies to giant insects to killer robots and things far stranger and deadlier, and against the others like yourself, who want what you have...

Expand All @@ -23,27 +12,27 @@ Cataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world. While
[![Commit Activity](https://img.shields.io/github/commit-activity/m/CleverRaven/Cataclysm-DDA)](https://github.com/CleverRaven/Cataclysm-DDA/graphs/contributors)
[![Lines of Code](https://tokei.rs/b1/github/CleverRaven/Cataclysm-DDA?category=code)](https://github.com/XAMPPRocky/tokei)

# Downloads
## Downloads

**Releases** - [Stable](https://cataclysmdda.org/releases/) | [Experimental](https://cataclysmdda.org/experimental/)

**Source** - The source can be downloaded as a [.zip archive](https://github.com/CleverRaven/Cataclysm-DDA/archive/master.zip), or cloned from our [GitHub repo](https://github.com/CleverRaven/Cataclysm-DDA/).

## Packaging status
### Packaging status

### Arch Linux
#### Arch Linux

Ncurses and tiles version available in [community repo](https://www.archlinux.org/packages/?q=cataclysm-dda).

`sudo pacman -S cataclysm-dda`

### Fedora
#### Fedora

Ncurses and tiles version available in [official repos](https://src.fedoraproject.org/rpms/cataclysm-dda).

`sudo dnf install cataclysm-dda`

### Debian / Ubuntu
#### Debian / Ubuntu

Ncurses and tiles version available in [official repos](https://tracker.debian.org/pkg/cataclysm-dda).

Expand Down