Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 425 Bytes

Roguely Game

Building a roguelike while learning Gosu

How to Get Started Developing with Gosu

Install prerequisites for gosu and then install the gem.

Gosu: https://www.libgosu.org/ruby.html

Follow the installation directions for your platform.

Once you have the gosu gem installed, clone this repo and enter directory.

Start game: ./exe/roguely

It's very basic right now, but shows some of what you can do.