Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 620 Bytes

readme.md

File metadata and controls

21 lines (13 loc) · 620 Bytes

Roguelike tutorial 2019 made with Vox programming language

Latest release

Roguelike Tutorial Revised - TCOD Version

Vox compiler (included in releases)

Compile with build.cmd script.

Produces bin/main.exe for win64.

Or compile and run with run.cmd

Requires SDL2.dll and SDL2_image.dll libraries for compilation and start (included in releases).

Controls:

  • Numpad - move
  • LMB / RMB - place / remove wall
  • [ / ] - change view radius
  • Esc - close