Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/statico/rltiles
GitHub clone of RL Tiles (graphical tileset for Roguelike games) + JSON metadata + selector
https://github.com/statico/rltiles
bitmap bitmaps game-art gameart images nethack rl-tiles roguelike roguelike-game roguelike-tiles tiled-map-editor tiles tilesets
Last synced: 4 days ago
JSON representation
GitHub clone of RL Tiles (graphical tileset for Roguelike games) + JSON metadata + selector
- Host: GitHub
- URL: https://github.com/statico/rltiles
- Owner: statico
- Created: 2015-03-02T05:55:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T06:09:27.000Z (over 9 years ago)
- Last Synced: 2024-05-02T06:01:51.231Z (6 months ago)
- Topics: bitmap, bitmaps, game-art, gameart, images, nethack, rl-tiles, roguelike, roguelike-game, roguelike-tiles, tiled-map-editor, tiles, tilesets
- Language: C
- Homepage: http://statico.github.io/rltiles/
- Size: 3.88 MB
- Stars: 48
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub clone of [RL Tiles](http://rltiles.sourceforge.net/) + extra work!
I wanted tiles for a roguelike game. The RL tiles are great, but I wanted a few more things:
- Transparent background
- All the 2D tiles from both its NetHack set and its Dungeon Crawl set
- Metadata of (name → index) in JSON format
- Deduplication
- Decent ordering in the map (all monsters, all items, all dungeon features)[View the interactive tileset explorer here](http://statico.github.io/rltiles/) and then check out `rltiles-2d.json` and `rltiles-2d.png`.
![](https://raw.githubusercontent.com/statico/rltiles/master/rltiles-2d.png)
### Developiing
The .txt files seemed simple enough, and I couldn't figure out tools in tools/, so I wrote a small tool to do what I want.
### Requirements
1. GraphicsMagick (`brew install graphicsmagick` or `apt-get install graphicsmagick`)
1. Node 0.10 or later### Building the tiles
1. `npm install`
1. `./build.coffee rltiles-2d.txt rltiles-2d.png rltiles-2d.json`## License
Part of (or All) the graphic tiles used in this program is the public
domain roguelike tileset "RLTiles".You can find the original tileset at:
http://rltiles.sf.netSee http://rltiles.sourceforge.net/ for more information about RL Tiles.