Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 563 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 563 Bytes

Voidwalker

A work-in-progress 2D Zelda-inspired action/adventure game in the style of early NES and SNES Adventure/RPG games.

Built in Ruby with the Gosu gem, the current build of Voidwalker showcases collision-detection between the player and interactable objects (coins) and dungeon walls.

Further updates will incorporate my Ruby Maze Generator to create randomly-generated maze dungeons for the player to explore. Dungeons will eventually incorporate enemies, items, treasure, and equipment upgrades.