Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: isometric roguelike inspired by games like Nethack/Elona  (Read 2632 times)

lazythunk

  • Escaped Lunatic
  • @lazythunk
    • View Profile
    • lazythunk.com
isometric roguelike inspired by games like Nethack/Elona
« on: March 25, 2022, 12:54:38 pm »

Hi,
 I've been a lurker here for awhile, I finally wanted to post about a game I'm trying to make. I've made a few roguelike prototypes in the past and in the last few months I decided I'm going to try to create something larger that people can play. My goal is to create a roguelike which has extensive content and game mechanics (a kitchen-sink-included roguelike) while still having a coherent design.

Development:

  • Written in C (--std=c17)
  • No engine just game code and Win32/Vulkan
  • Rendering is handled in Vulkan with a single-pass renderer I wrote
  • Pixels: Aseprite and Clip Studio Paint
  • Code: just Vim, Make, and Clang

Features

  • single player
  • turn-based gameplay
  • expansive multi-tiered levels
  • Lua API for modding and TASBot support
  • 3d path finding
  • fixed-perspective isometric FOV with both single plane and full view
  • pixel-perfect mouse support
  • game controller support
  • unique AI per individual monster as well as generic monster type
  • inventory and equipment system
  • hunger and eating perks systems
  • combinatorial gameplay mechanics (verbs may apply to any noun/object)
  • dynamic lighting
  • in-game level editor

Planned

  • Netplay features
  • Bones files
  • Polymorph system
  • Magic/Tech
  • Music/Sound
  • Mac/BSD/Linux versions

I appreciate any interest. Apologies if this is the wrong place to post lmk.

🧙‍♂️

Logged

bateau-de-coal

  • Bay Watcher
    • View Profile
Re: isometric roguelike inspired by games like Nethack/Elona
« Reply #1 on: March 26, 2022, 10:51:20 am »

This looks very nice indeed. The screenshot reminds me of the movie Dark City.
Logged

I4uU4me

  • Bay Watcher
  • I love life
    • View Profile
    • Kevin Games
Re: isometric roguelike inspired by games like Nethack/Elona
« Reply #2 on: April 15, 2022, 09:30:22 am »

I like your design, it looks both mystical and technological. How's it going with your game now? When we could expect alpha? :)
Logged

lazythunk

  • Escaped Lunatic
  • @lazythunk
    • View Profile
    • lazythunk.com
Re: isometric roguelike inspired by games like Nethack/Elona
« Reply #3 on: May 14, 2022, 11:41:38 am »

I like your design, it looks both mystical and technological. How's it going with your game now? When we could expect alpha? :)

Thanks, it's hard to say other than quite a while. I have many ideas right now and haven't cut my scope much.
Logged