An open API service indexing awesome lists of open source software.

https://github.com/mrsmith33/rltut_2019

Roguelike tutorial 2019 in Vox lang
https://github.com/mrsmith33/rltut_2019

roguelike voxlang

Last synced: 5 months ago
JSON representation

Roguelike tutorial 2019 in Vox lang

Awesome Lists containing this project

README

          

# Roguelike tutorial 2019 made with Vox programming language

[Latest release](https://github.com/MrSmith33/rltut_2019/releases/latest)

[Roguelike Tutorial Revised - TCOD Version](http://rogueliketutorials.com/tutorials/tcod)

[Vox compiler](https://github.com/MrSmith33/vox) (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