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

https://github.com/codeonaraft/krpg

2.5D Old School RPG
https://github.com/codeonaraft/krpg

gamedev gamedevelopment learning-zig raylib zig

Last synced: about 2 months ago
JSON representation

2.5D Old School RPG

Awesome Lists containing this project

README

          

# 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.

![](screenshots/20250311_01.png)

## Building

Project currently uses zig v0.14

The game project is in the [game](./game/) folder, do a **zig build run** there.

The editor project is in the [editor](./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](./Credits.md)

### Game Library
[raylib](https://www.raylib.com/)