Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 818 Bytes

File metadata and controls

46 lines (28 loc) · 818 Bytes

krpg

Overview

krpg is a simple old school rpg, imagined in the vein of Daggerfall.

Very early development.

The main purpose of this project is to teach myself zig. Because of this, do not expect great zig code.

Building

Project currently uses zig v0.14

The game project is in the game folder, do a zig build run there.

The editor project is in the editor folder, do a zig build run there.

Game Controls

Control Function
WASD Walking
Mouse Look
e interact
i inventory
~ Console
F5 Turn on/off Debug
F10 Quit/Exit

Console comands

Control Function
LOCATION X Y WARP to X,Y position

Credits

See credits file

Game Library

raylib