Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dadecoza committed Apr 11, 2024
1 parent 28f8be3 commit 824651f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# Catskillvania - Condo of Bud
## for the PC
# <img src="https://raw.githubusercontent.com/dadecoza/Catskillvania/main/UI/Catskillvania.ico" alt="Bud" height="28px" /> Catskillvania - CONDO of BUD

[Windows Download](https://github.com/dadecoza/Catskillvania/releases/download/third/catskill_win64_202404093.zip)

[Benheck's](https://github.com/benheck) original source code for the [gameBadge3](https://github.com/benheck/gamebadge3).

![Screenshot](https://raw.githubusercontent.com/dadecoza/Catskillvania/main/UI/Screenshot.png)
![Game](https://github.com/dadecoza/Catskillvania/blob/main/UI/Catskill.gif?raw=true)

# Dependencies
* libgtk-3-dev

## Debian/Ubuntu
### Debian/Ubuntu
```
sudo apt-get update && sudo apt-get install build-essential libgtk-3-dev
```

## Windows (MinGW)
### Windows (MinGW)
```
pacman -S base-devel mingw-w64-i686-toolchain mingw-w64-i686-gtk3
```

## macOS
### macOS
```
brew install llvm gtk+3
```
Expand Down

0 comments on commit 824651f

Please sign in to comment.