Angband with tiles - ac-minetest/COMPILING_FOR_RPI4 GitHub Wiki

  1. download source code:
    https://rephial.org/downloads/4.2/angband-4.2.0.tar.gz
    install dependencies
    apt-get install autoconf gcc libc6-dev libncurses5-dev libx11-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
2.first run in Angband folder to create makefile for your system
./autogen.sh
3.run
./configure --enable-curses=no --enable-x11=no --with-no-install --enable-sdl

to customize make to use sdl only

  1. compile with ( should take less than 1 minute)
    make
  2. binary is created inside /src. to run game with tiles just run
    ./angband

and then click right-top on 'Options' and select tiles

⚠️ **GitHub.com Fallback** ⚠️