MrSmith33 / rltut_2019

Roguelike tutorial 2019 in Vox lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Roguelike tutorial 2019 in Vox lang

License:Boost Software License 1.0


Languages

Language:D 99.5%Language:Batchfile 0.5%