Yeet realm of chaos

This commit is contained in:
Joshua Goins 2023-10-14 09:55:42 -04:00
parent 74d84d0a91
commit b198bb6a02
2 changed files with 0 additions and 23 deletions

View file

@ -1,23 +0,0 @@
---
title: "Realm of Chaos"
date: 2020-02-19
draft: false
source: "https://git.sr.ht/~redstrate/realm-of-chaos"
license: GPLv3
license-url: "https://git.sr.ht/~redstrate/realm-of-chaos/tree/master/item/LICENSE"
proj-tags:
- CPlusPlus
- Game
layout: "project"
aliases:
- /projects/realm-of-chaos
summary: "Rogue-like game with a couple of interesting features."
---
This is my attempt at building a rogue-like game for the first time, but I'm pretty happy with its feature set. The whole thing is still full of programmer art.
![Screenshot of one the game areas](screenshot.webp)
For example, it features **multiplayer** that is actually turn-based but does function! There's also a dynamic lighting system that can be interacted with in-game by picking up or throwing a torch - for example.
The combat is also based on hacking off parts of your victim, but you could also try to influence them by talking and interacting with them. The AI is advanced enough to also chase after you, utilizing A* pathfinding.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB