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
- Host: GitHub
- URL: https://github.com/mrsmith33/rltut_2019
- Owner: MrSmith33
- License: bsl-1.0
- Created: 2019-11-12T10:17:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T19:02:46.000Z (about 4 years ago)
- Last Synced: 2025-03-13T21:45:49.990Z (10 months ago)
- Topics: roguelike, voxlang
- Language: D
- Size: 55.7 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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